Class GposLookupType7
java.lang.Object
com.itextpdf.io.font.otf.OpenTableLookup
com.itextpdf.io.font.otf.GposLookupType7
- Direct Known Subclasses:
GposLookupType8
Lookup Type 7:
Contextual Positioning Subtables
-
Nested Class Summary
Nested classes/interfaces inherited from class OpenTableLookup
OpenTableLookup.GlyphIndexer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprotected List<ContextualTable<ContextualPositionRule>> Fields inherited from class OpenTableLookup
lookupFlag, openReader, subTableLocations -
Constructor Summary
ConstructorsConstructorDescriptionGposLookupType7(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidreadSubTable(int subTableLocation) protected voidreadSubTableFormat2(int subTableLocation) booleantransformOne(GlyphLine line) Methods inherited from class OpenTableLookup
getLookupFlag, hasSubstitution, readSubTables, transformLine
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
subTables
-
-
Constructor Details
-
GposLookupType7
public GposLookupType7(OpenTypeFontTableReader openReader, int lookupFlag, int[] subTableLocations) throws IOException - Throws:
IOException
-
-
Method Details
-
transformOne
- Specified by:
transformOnein classOpenTableLookup
-
readSubTable
- Specified by:
readSubTablein classOpenTableLookup- Throws:
IOException
-
readSubTableFormat2
- Throws:
IOException
-