Class AlternateSetTable


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

      • glyphCount

        private final int glyphCount
      • alternateGlyphIDs

        private final int[] alternateGlyphIDs
    • Constructor Detail

      • AlternateSetTable

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

      • getGlyphCount

        public int getGlyphCount()
      • getAlternateGlyphIDs

        public int[] getAlternateGlyphIDs()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object