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 GposValueRecordGposLookupType2.PairValueFormat. firstprivate GposValueRecordGposLookupType2.PairValueFormat. secondFields 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. valueRecordMapMethods in com.itextpdf.io.font.otf that return GposValueRecord Modifier and Type Method Description GposValueRecordGposLookupType2.PairValueFormat. getFirst()Retrieves the first object of the pair.GposValueRecordGposLookupType2.PairValueFormat. getSecond()Retrieves the second object of the pair.static GposValueRecordOtfReadCommon. readGposValueRecord(OpenTypeFontTableReader tableReader, int mask)Methods in com.itextpdf.io.font.otf with parameters of type GposValueRecord Modifier and Type Method Description voidGposLookupType2.PairValueFormat. setFirst(GposValueRecord first)Sets the first object of the pair.voidGposLookupType2.PairValueFormat. setSecond(GposValueRecord second)Sets the second object of the pair.
-