| Bytes | Type | Contents | ||||||||||||
| 0-1 | UINT16 | A value indicating the originating platform. Currently limited to the values 0x0000 for Macintosh and 0x0001 for Windows.
|
||||||||||||
| 2-3 | UINT16 | Style run count: The number of font listings to follow | ||||||||||||
| n... | struct |
For each font listing:
|
In CDXML files, this data type is represented by a fonttable object.
Examples:
| CDX: | 00 02 00 03 00 E4 04 05 ........ 00 41 72 69 61 6C 04 00 .Arial.. E4 04 0F 00 54 69 6D 65 ....Time 73 20 4E 65 77 20 52 6F s New Ro 6D 61 6E man |
| CDXML: | <fonttable> <font id="3" charset="iso-8859-1" name="Arial"/> <font id="4" charset="iso-8859-1" name="Times New Roman"/> </fonttable> |
See the complete list of CDX data types