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

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

Methods in org.extex.font.format.xtf.tables.gps that return ValueRecord
 ValueRecord PairValue.getValue1()
          Getter for value1.
 ValueRecord PairValue.getValue2()
          Getter for value2.
abstract  ValueRecord XtfGPOSSingleTable.getValueRecord(int glyph)
          Returns the ValueRecord for the glyph.
 ValueRecord XtfGPOSSingleTable.SingleTableFormat1.getValueRecord(int glyph)
          Returns the ValueRecord for the glyph.
 ValueRecord XtfGPOSSingleTable.SingleTableFormat2.getValueRecord(int glyph)
          Returns the ValueRecord for the glyph.
 ValueRecord[] XtfGPOSSingleTable.SingleTableFormat2.getValueRecordArray()
          Getter for valueRecordArray.
 

Constructors in org.extex.font.format.xtf.tables.gps with parameters of type ValueRecord
PairValue(ValueRecord val1, ValueRecord val2)
          Creates a new object.