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

Packages that use XtfLookupTable
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 XtfLookupTable in org.extex.font.format.xtf.tables.gps
 

Subclasses of XtfLookupTable in org.extex.font.format.xtf.tables.gps
 class XtfGPOSCursiveTable
          The GPOS table Cursive.
static class XtfGPOSCursiveTable.CursiveTableFormat1
          CursivePosFormat1.
 class XtfGPOSMarkToBaseTable
          The GPOS table MarkToBase.
static class XtfGPOSMarkToBaseTable.MarkToBaseTableFormat1
          MarkToBaseTable format 1.
 class XtfGPOSPairTable
          The GPOS table Pair.
static class XtfGPOSPairTable.PairTableFormat1
          PairTable format 1.
static class XtfGPOSPairTable.PairTableFormat2
          Pair Format 2
 class XtfGPOSSingleTable
          The GPOS table Single.
static class XtfGPOSSingleTable.SingleTableFormat1
          SingleTable for format 1.
static class XtfGPOSSingleTable.SingleTableFormat2
           Single Adjustment Positioning: Format 2
 class XtfGSUBAlternateTable
          Alternate Substitution Subtable.
static class XtfGSUBAlternateTable.XtfGSUBAlternateTable1
          AlternateSubstFormat1 subtable.
 class XtfGSUBChainingTable
          XtfGSUBChainingTable.
 class XtfGSUBContextTable
          XtfGSUBContextTable.
 class XtfGSUBLigatureTable
          LookupTable for a ligature.
static class XtfGSUBLigatureTable.LigatureTableFormat1
          Table for format1
static class XtfGSUBLigatureTable.LigatureTableFormatX
          Table for format x.
 class XtfGSUBMultipleTable
          MultipleTable.
 class XtfGSUBSingleTable
          SingleTable.
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 XtfLookupTable
 XtfLookupTable XtfLookup.getSubtable(int i)
          Returns the subtable
 XtfLookupTable OtfTableGPOS.read(RandomAccessR rar, int posOffset, int type, int offset, XtfGlyphName xtfGlyph)
          Read the LookupTable or null, if not found.
 XtfLookupTable OtfTableGSUB.read(RandomAccessR rar, int posOffset, int type, int offset, XtfGlyphName xtfGlyph)
          Read the LookupTable or null, if not found.
 XtfLookupTable LookupTableFactory.read(RandomAccessR rar, int posOffset, int type, int offset, XtfGlyphName xtfGlyph)
          Read the LookupTable or null, if not found.