Bitmap font format
Supports glyphs of up to 72x72 pixels, with either 1-bit or 2-bit colour depth.
Header
Address | Value | Valid values |
---|---|---|
0x0000 | The character code of the first glyph of the font. | 0x00..0xFF |
0x0001 | The number of glyphs included in the font. | 0x00..0xFF |
0x0002 | The ‘size’ of the glyphs in the font. | 0x00..0x09 |
0x0003 | The colour-depth of the glyphs in the font. | 0x00..0x01 |
Body
The width of each glyph, one byte per character.
Then the sprite data for each glyph.