Class SequenceTable
- java.lang.Object
-
- org.apache.fontbox.ttf.table.gsub.SequenceTable
-
public class SequenceTable extends java.lang.ObjectThis 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
Fields Modifier and Type Field Description private intglyphCountprivate int[]substituteGlyphIDs
-
Constructor Summary
Constructors Constructor Description SequenceTable(int glyphCount, int[] substituteGlyphIDs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGlyphCount()int[]getSubstituteGlyphIDs()java.lang.StringtoString()
-