Class LigatureEntry


  • public class LigatureEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] componentChars  
      private int ligature  
    • Constructor Summary

      Constructors 
      Constructor Description
      LigatureEntry​(int ligature, int[] componentChars, int componentCount)  
    • Field Detail

      • componentChars

        private int[] componentChars
      • ligature

        private int ligature
    • Constructor Detail

      • LigatureEntry

        public LigatureEntry​(int ligature,
                             int[] componentChars,
                             int componentCount)
    • Method Detail

      • getComponentCount

        public int getComponentCount()
      • getComponentChar

        public int getComponentChar​(int componentIndex)
      • getLigature

        public int getLigature()