| Byte | Specification |
| 0 | Resource Type(87) |
| 1-3 | Always 0 (Unused in this type) |
| 4-5 | Number of chars in font (usually 0x0080) |
| 6-7 | Height of font (??) |
| 8-? | Locations in file of each char - 2 (ie 0x0135 is really 0x137) |
| ?-? | Font data |
| Byte | Specification |
| 0 | Width of char |
| 1 | Height of char |
| 2-? | Binary data of font, 1 byte per row if width < 0x0A else 2 bytes |