Package com.itextpdf.io.font.otf
Class GsubLookupType1
java.lang.Object
com.itextpdf.io.font.otf.OpenTableLookup
com.itextpdf.io.font.otf.GsubLookupType1
LookupType 1: Single Substitution Subtable
- Author:
- psoares
-
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.OpenTableLookup
lookupFlag, openReader, subTableLocations -
Constructor Summary
ConstructorsConstructorDescriptionGsubLookupType1(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasSubstitution(int index) protected voidreadSubTable(int subTableLocation) booleantransformOne(GlyphLine line) Methods inherited from class com.itextpdf.io.font.otf.OpenTableLookup
getLookupFlag, readSubTables, transformLine
-
Constructor Details
-
GsubLookupType1
public GsubLookupType1(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) throws IOException - Throws:
-
IOException
-
-
Method Details
-
transformOne
- Specified by:
-
transformOnein classOpenTableLookup
-
readSubTable
- Specified by:
-
readSubTablein classOpenTableLookup - Throws:
-
IOException
-
hasSubstitution
public boolean hasSubstitution(int index) - Overrides:
-
hasSubstitutionin classOpenTableLookup
-