Class AlternateSetTable

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

public class AlternateSetTable extends Object
LookupType 3: Alternate Substitution Subtable as described in OpenType spec: ...
  • Field Details

    • glyphCount

      private final int glyphCount
    • alternateGlyphIDs

      private final int[] alternateGlyphIDs
  • Constructor Details

    • AlternateSetTable

      public AlternateSetTable(int glyphCount, int[] alternateGlyphIDs)
  • Method Details

    • getGlyphCount

      public int getGlyphCount()
    • getAlternateGlyphIDs

      public int[] getAlternateGlyphIDs()
    • toString

      public String toString()
      Overrides:
      toString in class Object