Uses of Class
com.itextpdf.io.font.otf.GposValueRecord
-
Packages that use GposValueRecord Package Description com.itextpdf.io.font.otf -
-
Uses of GposValueRecord in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf declared as GposValueRecord Modifier and Type Field Description private GposValueRecord
GposLookupType2.PairValueFormat. first
private GposValueRecord
GposLookupType2.PairValueFormat. second
Fields in com.itextpdf.io.font.otf with type parameters of type GposValueRecord Modifier and Type Field Description private java.util.Map<java.lang.Integer,GposValueRecord>
GposLookupType1. valueRecordMap
Methods in com.itextpdf.io.font.otf that return GposValueRecord Modifier and Type Method Description GposValueRecord
GposLookupType2.PairValueFormat. getFirst()
Retrieves the first object of the pair.GposValueRecord
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 GposValueRecord Modifier and Type Method Description void
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.
-