Uses of Class
com.itextpdf.io.font.otf.GposValueRecord
Packages that use GposValueRecord
-
Uses of GposValueRecord in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf declared as GposValueRecordModifier and TypeFieldDescriptionprivate GposValueRecord
GposLookupType2.PairValueFormat.first
private GposValueRecord
GposLookupType2.PairValueFormat.second
Fields in com.itextpdf.io.font.otf with type parameters of type GposValueRecordModifier and TypeFieldDescriptionprivate Map
<Integer, GposValueRecord> GposLookupType1.valueRecordMap
Methods in com.itextpdf.io.font.otf that return GposValueRecordModifier and TypeMethodDescriptionGposLookupType2.PairValueFormat.getFirst()
Retrieves the first object of the pair.GposLookupType2.PairValueFormat.getSecond()
Retrieves the second object of the pair.static GposValueRecord
OtfReadCommon.readGposValueRecord
(OpenTypeFontTableReader tableReader, int mask) Methods in com.itextpdf.io.font.otf with parameters of type GposValueRecordModifier and TypeMethodDescriptionvoid
GposLookupType2.PairValueFormat.setFirst
(GposValueRecord first) Sets the first object of the pair.void
GposLookupType2.PairValueFormat.setSecond
(GposValueRecord second) Sets the second object of the pair.