Package com.itextpdf.io.font.otf
Class GposLookupType2.PairPosAdjustmentFormat2
java.lang.Object
com.itextpdf.io.font.otf.OpenTableLookup
com.itextpdf.io.font.otf.GposLookupType2.PairPosAdjustmentFormat2
- Enclosing class:
GposLookupType2
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.io.font.otf.OpenTableLookup
OpenTableLookup.GlyphIndexer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate OtfClass
private OtfClass
private Map
<Integer, GposLookupType2.PairValueFormat[]> Fields inherited from class com.itextpdf.io.font.otf.OpenTableLookup
lookupFlag, openReader, subTableLocations
-
Constructor Summary
ConstructorsConstructorDescriptionPairPosAdjustmentFormat2
(OpenTypeFontTableReader openReader, int lookupFlag, int subtableLocation) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
readFormat
(int subTableLocation) protected void
readSubTable
(int subTableLocation) boolean
transformOne
(GlyphLine line) Methods inherited from class com.itextpdf.io.font.otf.OpenTableLookup
getLookupFlag, hasSubstitution, readSubTables, transformLine
-
Field Details
-
classDef1
-
classDef2
-
coverageSet
-
posSubs
-
-
Constructor Details
-
PairPosAdjustmentFormat2
public PairPosAdjustmentFormat2(OpenTypeFontTableReader openReader, int lookupFlag, int subtableLocation) throws IOException - Throws:
IOException
-
-
Method Details
-
transformOne
- Specified by:
transformOne
in classOpenTableLookup
-
readFormat
- Throws:
IOException
-
readSubTable
protected void readSubTable(int subTableLocation) - Specified by:
readSubTable
in classOpenTableLookup
-