Class LigatureTable

    • Field Detail

      • ligatureGlyph

        private final int ligatureGlyph
      • componentCount

        private final int componentCount
      • componentGlyphIDs

        private final int[] componentGlyphIDs
    • Constructor Detail

      • LigatureTable

        public LigatureTable​(int ligatureGlyph,
                             int componentCount,
                             int[] componentGlyphIDs)
    • Method Detail

      • getLigatureGlyph

        public int getLigatureGlyph()
      • getComponentCount

        public int getComponentCount()
      • getComponentGlyphIDs

        public int[] getComponentGlyphIDs()
      • toString

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