Class LigatureEntry

java.lang.Object
com.ibm.icu.dev.tool.layout.LigatureEntry

public class LigatureEntry extends Object
  • Field Details

    • componentChars

      private int[] componentChars
    • ligature

      private int ligature
  • Constructor Details

    • LigatureEntry

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

    • getComponentCount

      public int getComponentCount()
    • getComponentChar

      public int getComponentChar(int componentIndex)
    • getLigature

      public int getLigature()