| offset | size | meaning |
| 0 | 4 | magic header (its hexa dump is: E1 E6 D5 1A) |
| 4 | 1 | version (currently 11 hexa) |
| 5 | 1 | line-height |
| 6 | 1 | size-over the base line (-128..127) |
| 7 | 1 | size-under the base line (-128..127) |
| 8 | 1 | add-space after each char (-128..127) |
| 9 | 1 | size-inner (non-caps level) (-128..127) |
| 10 | 1 | count of used colors |
| 11 | 1 | highest used color attribute |
| 12 | 4 | reserved |
| 16 | 1 | number of RGB entries (P) |
| 17 | P×3 | font palette (RGB bytes, max=63) |
| 17+P×3 | 1 | info length (L) |
| 18+P×3 | L | info string |
| 19+P×3+L | 2 | number of characters in font |
| 21+P×3+L | ? | list of bitmap character definitions (as follows) |