Package com.itextpdf.io.font.otf
Class GposLookupType2.PairPosAdjustmentFormat1
java.lang.Object
com.itextpdf.io.font.otf.OpenTableLookup
com.itextpdf.io.font.otf.GposLookupType2.PairPosAdjustmentFormat1
- 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 Map
<Integer, Map<Integer, GposLookupType2.PairValueFormat>> Fields inherited from class com.itextpdf.io.font.otf.OpenTableLookup
lookupFlag, openReader, subTableLocations
-
Constructor Summary
ConstructorsConstructorDescriptionPairPosAdjustmentFormat1
(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
-
gposMap
-
-
Constructor Details
-
PairPosAdjustmentFormat1
public PairPosAdjustmentFormat1(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
-