I wrote a font editor to create/optimize/change custom fonts (png and fnt files) and would like to add a feature which allows importing a character from a monkeyface font.
I didn't find any explanations so far about the file structure so I am only be able to guess:
Offset Content (4 bytes)
0 ID? 00 24 03 06
4 File size
8 Offset Table 1
12 Offset Table 2
16 Offset Bitmap data
20 ???
24 ??? Font Height?
28 ??? 01
32 Magic number 12 34 56 78
36 Table 1
:
xxx Table 2
:
yyy Bitmap
:
The bitmap data seems to contain mixed data (RLE?) compressed and uncompressed (4 pixel per byte) for each character. But in fact there are many things unclear for me, maybe someone knows more about the file format?