Class SequenceTable
java.lang.Object
org.apache.fontbox.ttf.table.gsub.SequenceTable
This class is a part of the
GSUB — Glyph
Substitution Table system of tables in the Open Type Font specs. This is a part of the LookupType
2: Multiple Substitution Subtable. It specifically models the Sequence
table.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final int[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
glyphCount
private final int glyphCount -
substituteGlyphIDs
private final int[] substituteGlyphIDs
-
-
Constructor Details
-
SequenceTable
public SequenceTable(int glyphCount, int[] substituteGlyphIDs)
-
-
Method Details