|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.gps.XtfGSUBLigatureTable.LigatureSet
public class XtfGSUBLigatureTable.LigatureSet
ligature set
| Method Summary | |
|---|---|
int |
getIdx()
Getter for idx. |
int |
getLigature(int[] glyphIds)
Returns the ligature glyph id, or -1, if not found. |
int |
getLigatureCount()
Returns the ligatureCount. |
int[] |
getLigatureOffsets()
Returns the ligatureOffsets. |
XtfGSUBLigatureTable.Ligature[] |
getLigatures()
Returns the ligatures. |
void |
writeXML(XMLStreamWriter writer)
Write the data to a XMLStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getIdx()
public int getLigature(int[] glyphIds)
glyphIds - The glyph ids.
public int getLigatureCount()
public int[] getLigatureOffsets()
public XtfGSUBLigatureTable.Ligature[] getLigatures()
public void writeXML(XMLStreamWriter writer)
throws java.io.IOException
writeXML in interface XMLWriterConvertiblewriter - the XML-Writer
java.io.IOException - if an IO-error occurs.XMLWriterConvertible.writeXML(org.extex.util.xml.XMLStreamWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||