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 GposValueRecordGposLookupType2.PairValueFormat.firstprivate GposValueRecordGposLookupType2.PairValueFormat.secondFields in com.itextpdf.io.font.otf with type parameters of type GposValueRecordModifier and TypeFieldDescriptionprivate Map<Integer, GposValueRecord> GposLookupType1.valueRecordMapMethods 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 GposValueRecordOtfReadCommon.readGposValueRecord(OpenTypeFontTableReader tableReader, int mask) Methods in com.itextpdf.io.font.otf with parameters of type GposValueRecordModifier and TypeMethodDescriptionvoidGposLookupType2.PairValueFormat.setFirst(GposValueRecord first) Sets the first object of the pair.voidGposLookupType2.PairValueFormat.setSecond(GposValueRecord second) Sets the second object of the pair.