org.extex.font.format.xtf.tables
Class OtfTableBASE.BaseTagList

java.lang.Object
  extended by org.extex.font.format.xtf.tables.OtfTableBASE.BaseTagList
All Implemented Interfaces:
XMLWriterConvertible
Enclosing class:
OtfTableBASE

public class OtfTableBASE.BaseTagList
extends java.lang.Object
implements XMLWriterConvertible

The BaseTagList table identifies the baselines for all scripts in the font that are rendered in the same text direction. Each baseline is identified with a 4-byte baseline tag.


Constructor Summary
OtfTableBASE.BaseTagList(RandomAccessR rar, int offset, java.lang.String n)
          Create a new object.
 
Method Summary
 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
 

Constructor Detail

OtfTableBASE.BaseTagList

public OtfTableBASE.BaseTagList(RandomAccessR rar,
                                int offset,
                                java.lang.String n)
                         throws java.io.IOException
Create a new object.

Parameters:
rar - the input
offset - the offset
n - the name
Throws:
java.io.IOException - if an IO-error occurs.
Method Detail

writeXML

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

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