Package com.itextpdf.io.font.otf
Class GsubLookupType1
- java.lang.Object
-
- com.itextpdf.io.font.otf.OpenTableLookup
-
- com.itextpdf.io.font.otf.GsubLookupType1
-
public class GsubLookupType1 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 IntHashtable
substMap
-
Fields inherited from class com.itextpdf.io.font.otf.OpenTableLookup
lookupFlag, openReader, subTableLocations
-
-
Constructor Summary
Constructors Constructor Description GsubLookupType1(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasSubstitution(int index)
protected void
readSubTable(int subTableLocation)
boolean
transformOne(GlyphLine line)
-
Methods inherited from class com.itextpdf.io.font.otf.OpenTableLookup
getLookupFlag, readSubTables, transformLine
-
-
-
-
Field Detail
-
substMap
private IntHashtable substMap
-
-
Constructor Detail
-
GsubLookupType1
public GsubLookupType1(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
transformOne
public boolean transformOne(GlyphLine line)
- Specified by:
transformOne
in classOpenTableLookup
-
readSubTable
protected void readSubTable(int subTableLocation) throws java.io.IOException
- Specified by:
readSubTable
in classOpenTableLookup
- Throws:
java.io.IOException
-
hasSubstitution
public boolean hasSubstitution(int index)
- Overrides:
hasSubstitution
in classOpenTableLookup
-
-