org.extex.font.format.xtf.tables.gps
Class XtfGSUBLigatureTable.LigatureTableFormatX

java.lang.Object
  extended by org.extex.font.format.xtf.tables.gps.XtfLookupTable
      extended by org.extex.font.format.xtf.tables.gps.XtfGSUBLigatureTable
          extended by org.extex.font.format.xtf.tables.gps.XtfGSUBLigatureTable.LigatureTableFormatX
All Implemented Interfaces:
XMLWriterConvertible
Enclosing class:
XtfGSUBLigatureTable

public static class XtfGSUBLigatureTable.LigatureTableFormatX
extends XtfGSUBLigatureTable

Table for format x.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.extex.font.format.xtf.tables.gps.XtfGSUBLigatureTable
XtfGSUBLigatureTable.Ligature, XtfGSUBLigatureTable.LigatureSet, XtfGSUBLigatureTable.LigatureTableFormat1, XtfGSUBLigatureTable.LigatureTableFormatX
 
Field Summary
 
Fields inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable
count
 
Method Summary
 XtfGSUBLigatureTable.LigatureSet getLigatureSet(int glyphiD)
          Returns the ligature set or null, if not found.
 void writeXML(XMLStreamWriter writer)
          Write the data to a XMLStreamWriter.
 
Methods inherited from class org.extex.font.format.xtf.tables.gps.XtfGSUBLigatureTable
newInstance
 
Methods inherited from class org.extex.font.format.xtf.tables.gps.XtfLookupTable
getCount, getFormat, getXtfGlyph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLigatureSet

public XtfGSUBLigatureTable.LigatureSet getLigatureSet(int glyphiD)
Returns the ligature set or null, if not found.

Specified by:
getLigatureSet in class XtfGSUBLigatureTable
Parameters:
glyphiD - TODO
Returns:
Returns the ligature set.
See Also:
XtfGSUBLigatureTable.getLigatureSet(int)

writeXML

public void writeXML(XMLStreamWriter writer)
              throws java.io.IOException
Write the data to a XMLStreamWriter.

Parameters:
writer - the XML-Writer
Throws:
java.io.IOException - if an IO-error occurs.
See Also:
XMLWriterConvertible.writeXML(org.extex.util.xml.XMLStreamWriter)