Package com.itextpdf.io.font.otf
Class GposLookupType8
- java.lang.Object
-
- com.itextpdf.io.font.otf.OpenTableLookup
-
- com.itextpdf.io.font.otf.GposLookupType7
-
- com.itextpdf.io.font.otf.GposLookupType8
-
public class GposLookupType8 extends GposLookupType7
Lookup Type 8: Chaining Contextual Positioning Subtable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.io.font.otf.OpenTableLookup
OpenTableLookup.GlyphIndexer
-
-
Field Summary
-
Fields inherited from class com.itextpdf.io.font.otf.GposLookupType7
subTables
-
Fields inherited from class com.itextpdf.io.font.otf.OpenTableLookup
lookupFlag, openReader, subTableLocations
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GposLookupType8(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
readSubTable(int subTableLocation)
private void
readSubTableFormat1(int subTableLocation)
protected void
readSubTableFormat2(int subTableLocation)
private void
readSubTableFormat3(int subTableLocation)
-
Methods inherited from class com.itextpdf.io.font.otf.GposLookupType7
transformOne
-
Methods inherited from class com.itextpdf.io.font.otf.OpenTableLookup
getLookupFlag, hasSubstitution, readSubTables, transformLine
-
-
-
-
Constructor Detail
-
GposLookupType8
protected GposLookupType8(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) throws IOException, java.io.IOException
- Throws:
IOException
-
-
Method Detail
-
readSubTable
protected void readSubTable(int subTableLocation) throws java.io.IOException
- Overrides:
readSubTable
in classGposLookupType7
- Throws:
java.io.IOException
-
readSubTableFormat2
protected void readSubTableFormat2(int subTableLocation) throws java.io.IOException
- Overrides:
readSubTableFormat2
in classGposLookupType7
- Throws:
java.io.IOException
-
readSubTableFormat1
private void readSubTableFormat1(int subTableLocation) throws java.io.IOException
- Throws:
java.io.IOException
-
readSubTableFormat3
private void readSubTableFormat3(int subTableLocation) throws java.io.IOException
- Throws:
java.io.IOException
-
-