Class SequenceTable

java.lang.Object
org.apache.fontbox.ttf.table.gsub.SequenceTable

public class SequenceTable extends Object
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 Details

    • glyphCount

      private final int glyphCount
    • substituteGlyphIDs

      private final int[] substituteGlyphIDs
  • Constructor Details

    • SequenceTable

      public SequenceTable(int glyphCount, int[] substituteGlyphIDs)
  • Method Details

    • getGlyphCount

      public int getGlyphCount()
    • getSubstituteGlyphIDs

      public int[] getSubstituteGlyphIDs()
    • toString

      public String toString()
      Overrides:
      toString in class Object