|
||||||||||
| 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.Format
org.extex.font.format.xtf.tables.TtfTableCMAP.Format12
public class TtfTableCMAP.Format12
Format 12.0 is a bit like format 4, in that it defines segments for sparse representation in 4-byte character space.
| Type | Name | Description |
| Fixed32 | format | Subtable format; set to 12.0 |
| UInt32 | length | Byte length of this subtable (including the header) |
| UInt32 | language | 0 if don't care |
| UInt32 | nGroups | Number of groupings which follow |
| Method Summary | |
|---|---|
int |
mapCharCode(int charCode)
map char code. |
void |
writeXML(XMLStreamWriter writer)
Write the data to a XMLStreamWriter. |
| Methods inherited from class org.extex.font.format.xtf.tables.TtfTableCMAP.Format |
|---|
addAttributes, getFormat, getLength, getVersion, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int mapCharCode(int charCode)
mapCharCode in class TtfTableCMAP.FormatcharCode - the charcode
TtfTableCMAP.Format.mapCharCode(int)
public void writeXML(XMLStreamWriter writer)
throws java.io.IOException
writer - 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 | |||||||||