Package com.itextpdf.io.font.otf
Class GsubLookupType6
- java.lang.Object
-
- com.itextpdf.io.font.otf.OpenTableLookup
-
- com.itextpdf.io.font.otf.GsubLookupType5
-
- com.itextpdf.io.font.otf.GsubLookupType6
-
public class GsubLookupType6 extends GsubLookupType5
LookupType 6: Chaining Contextual Substitution 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.GsubLookupType5
subTables
-
Fields inherited from class com.itextpdf.io.font.otf.OpenTableLookup
lookupFlag, openReader, subTableLocations
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GsubLookupType6(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
readSubTableFormat1(int subTableLocation)
protected void
readSubTableFormat2(int subTableLocation)
protected void
readSubTableFormat3(int subTableLocation)
-
Methods inherited from class com.itextpdf.io.font.otf.GsubLookupType5
readSubTable, transformOne
-
Methods inherited from class com.itextpdf.io.font.otf.OpenTableLookup
getLookupFlag, hasSubstitution, readSubTables, transformLine
-
-
-
-
Constructor Detail
-
GsubLookupType6
protected GsubLookupType6(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
readSubTableFormat1
protected void readSubTableFormat1(int subTableLocation) throws java.io.IOException
- Overrides:
readSubTableFormat1
in classGsubLookupType5
- Throws:
java.io.IOException
-
readSubTableFormat2
protected void readSubTableFormat2(int subTableLocation) throws java.io.IOException
- Overrides:
readSubTableFormat2
in classGsubLookupType5
- Throws:
java.io.IOException
-
readSubTableFormat3
protected void readSubTableFormat3(int subTableLocation) throws java.io.IOException
- Overrides:
readSubTableFormat3
in classGsubLookupType5
- Throws:
java.io.IOException
-
-