[16 byte header][128 * 256 byte glyphs]
- 16 byte header:
- ? bytes 0-1: number of nibbles (pixels) per line?
- ? bytes 2-3: width of glyph?
- ? bytes 4-5: hight of glyph?
- ? bytes 6-7: number of glyphs
- ? bytes 8-15: no idea
- Each glyph is represented using 256 bytes:
- 16 pixels wide, each pixel stored in a nibble, 8 bytes total.