|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.xtf.tables.TtfTableCMAP.IndexEntry
public class TtfTableCMAP.IndexEntry
cmap index entry.
| Type | Description |
| USHORT | Platform ID. |
| USHORT | Platform-specific encoding ID. |
| ULONG | Byte offset from beginning of table to the subtable for this encoding. |
| Method Summary | |
|---|---|
int |
getEncodingId()
Returns the encoding id. |
java.lang.String |
getEncodingName()
Returns the encoding name. |
int |
getOffset()
Returns the offset. |
int |
getPlatformId()
Returns the platform id. |
java.lang.String |
getPlatformName()
Returns the platform name. |
java.lang.String |
toString()
Returns the info for this class. |
void |
writeXML(XMLStreamWriter writer)
Write the data to a XMLStreamWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getEncodingId()
public java.lang.String getEncodingName()
public int getOffset()
public int getPlatformId()
public java.lang.String getPlatformName()
public java.lang.String toString()
toString in class java.lang.Object
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 | |||||||||