Uses of Class
org.extex.font.format.xtf.tables.gps.XtfGSUBSingleTable

Packages that use XtfGSUBSingleTable
org.extex.font.format.xtf.tables.gps This package contains the definitions and implementations for the TTF/OTF font table GSUB and GPOS. 
 

Uses of XtfGSUBSingleTable in org.extex.font.format.xtf.tables.gps
 

Subclasses of XtfGSUBSingleTable in org.extex.font.format.xtf.tables.gps
static class XtfGSUBSingleTable.SingleTableFormat1
          SingleTable for format 1.
static class XtfGSUBSingleTable.SingleTableFormat2
          SingleTable for format 2.
 

Methods in org.extex.font.format.xtf.tables.gps that return XtfGSUBSingleTable
static XtfGSUBSingleTable XtfGSUBSingleTable.newInstance(RandomAccessR rar, int offset, XtfGlyphName xtfGlyph)
          Create a new Instance.