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
private static class GposLookupType2.PairPosAdjustmentFormat2 extends OpenTableLookup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.io.font.otf.OpenTableLookup
OpenTableLookup.GlyphIndexer
-
-
Field Summary
Fields Modifier and Type Field Description private OtfClass
classDef1
private OtfClass
classDef2
private java.util.HashSet<java.lang.Integer>
coverageSet
private java.util.Map<java.lang.Integer,GposLookupType2.PairValueFormat[]>
posSubs
-
Fields inherited from class com.itextpdf.io.font.otf.OpenTableLookup
lookupFlag, openReader, subTableLocations
-
-
Constructor Summary
Constructors Constructor Description PairPosAdjustmentFormat2(OpenTypeFontTableReader openReader, int lookupFlag, int subtableLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
classDef1
private OtfClass classDef1
-
classDef2
private OtfClass classDef2
-
coverageSet
private java.util.HashSet<java.lang.Integer> coverageSet
-
posSubs
private java.util.Map<java.lang.Integer,GposLookupType2.PairValueFormat[]> posSubs
-
-
Constructor Detail
-
PairPosAdjustmentFormat2
public PairPosAdjustmentFormat2(OpenTypeFontTableReader openReader, int lookupFlag, int subtableLocation) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
transformOne
public boolean transformOne(GlyphLine line)
- Specified by:
transformOne
in classOpenTableLookup
-
readFormat
protected void readFormat(int subTableLocation) throws java.io.IOException
- Throws:
java.io.IOException
-
readSubTable
protected void readSubTable(int subTableLocation)
- Specified by:
readSubTable
in classOpenTableLookup
-
-