|
||||||||||
| 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.XtfGPOSMarkToBaseTable.BaseArrayTable
public static class XtfGPOSMarkToBaseTable.BaseArrayTable
BaseArray table
The BaseArray table consists of an array (BaseRecord) and count (BaseCount) of BaseRecords. The array stores the BaseRecords in the same order as the BaseCoverage Index. Each base glyph in the BaseCoverage table has a BaseRecord.| Value | Type | Description |
| uint16 | BaseCount | Number of BaseRecords |
| struct | BaseRecord[BaseCount] | Array of BaseRecords-in order of BaseCoverage Index |
| Constructor Summary | |
|---|---|
XtfGPOSMarkToBaseTable.BaseArrayTable(RandomAccessR rar,
int offset)
Creates 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 |
|---|
public XtfGPOSMarkToBaseTable.BaseArrayTable(RandomAccessR rar,
int offset)
throws java.io.IOException
rar - The inputoffset - The offset.
java.io.IOException - if a io-error occurred.| Method Detail |
|---|
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 | |||||||||