Package com.itextpdf.io.font.otf
Class GposLookupType2
- java.lang.Object
-
- com.itextpdf.io.font.otf.OpenTableLookup
-
- com.itextpdf.io.font.otf.GposLookupType2
-
public class GposLookupType2 extends OpenTableLookup
Lookup Type 2: Pair Adjustment Positioning Subtable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classGposLookupType2.PairPosAdjustmentFormat1private static classGposLookupType2.PairPosAdjustmentFormat2private static classGposLookupType2.PairValueFormat-
Nested classes/interfaces inherited from class com.itextpdf.io.font.otf.OpenTableLookup
OpenTableLookup.GlyphIndexer
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<OpenTableLookup>listRules-
Fields inherited from class com.itextpdf.io.font.otf.OpenTableLookup
lookupFlag, openReader, subTableLocations
-
-
Constructor Summary
Constructors Constructor Description GposLookupType2(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreadSubTable(int subTableLocation)booleantransformOne(GlyphLine line)-
Methods inherited from class com.itextpdf.io.font.otf.OpenTableLookup
getLookupFlag, hasSubstitution, readSubTables, transformLine
-
-
-
-
Field Detail
-
listRules
private java.util.List<OpenTableLookup> listRules
-
-
Constructor Detail
-
GposLookupType2
public GposLookupType2(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
transformOne
public boolean transformOne(GlyphLine line)
- Specified by:
transformOnein classOpenTableLookup
-
readSubTable
protected void readSubTable(int subTableLocation) throws java.io.IOException- Specified by:
readSubTablein classOpenTableLookup- Throws:
java.io.IOException
-
-