Package com.ibm.icu.dev.tool.layout
Class LigatureEntry
java.lang.Object
com.ibm.icu.dev.tool.layout.LigatureEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-