OpenType Font TTF OTF

From XentaxWiki
Revision as of 22:10, 13 December 2021 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == TTF, OTF, OTC, TTC == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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