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

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

Methods in org.extex.font.format.xtf.tables.gps that return PairValue
 PairValue PairValueRecord.getPairValue()
          Getter for pairValue.
 PairValue Class2Record.getPairValue()
          Getter for pairValue.
abstract  PairValue XtfGPOSPairTable.getPairValue(int firstGlyph, int secondGlyph)
          Returns the PairValue for the combination first and second Glyph.
 PairValue XtfGPOSPairTable.PairTableFormat1.getPairValue(int firstGlyph, int secondGlyph)
          Returns the PairValue for the combination first and second Glyph.
 PairValue XtfGPOSPairTable.PairTableFormat2.getPairValue(int firstGlyph, int secondGlyph)
          Returns the PairValue for the combination first and second Glyph.