OpenType Font TTF OTF
Back to index | Edit this page
TTF, OTF, OTC, TTC
- Format Type : Archive
- Endian Order : Little Endian
- Signature : OTTO / 0x00010000
Format Specifications
// TTF/OTF file format
// big endian
// table directory
4 bytes (uint32) - sfntVersion // "OTTO" - OpenType fonts containing CFF data (version 1 or 2)
// 0x00010000 - OpenType fonts that contain TrueType outlines
2 bytes (uint16) - number of tables
2 bytes (uint16) - search range
2 bytes (uint16) - entry selector
2 bytes (uint16) - range shift
x bytes - table records
// TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- // TODO
Compatible Programs
- fontview.exe (Windows only)
- High-Logic FontCreator