Bitmap font format

Supports glyphs of up to 72x72 pixels, with either 1-bit or 2-bit colour depth.

AddressValueValid values
0x0000The character code of the first glyph of the font.0x00..0xFF
0x0001The number of glyphs included in the font.0x00..0xFF
0x0002The ‘size’ of the glyphs in the font.0x00..0x09
0x0003The 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.