| Value | noBytes | Description |
Fileheader | 2FAXFNT | 7 | id |
3 | 1 | no of fonts in file |
Bitmapsize | 8192 | 2 | font bitmapsize in bytes |
Fontheader | BGFAX_F0 16x16 | 16 | fontname |
F | 1 | fonttype 'F'ixed or 'P'roportionel |
L | 1 | fontresolution 'L'ow or 'H'igh |
11 | 1 | baseline (+2 is start for underline) |
1 | 1 | underline width |
16 | 1 | fontwidth in pixels (avg for Prop) |
16 | 1 | fontdepth in pixels |
0 | 1 | starting charno in font |
255 | 1 | ending charno in font |
--------------------------------- Only for Proportional data ----------------------------------- |
Charwidth array | 1 ... 10 | 1 * nochars | width for each char |
--------------------------------- end of Proportional data ----------------------------------- |
Font Bitmap | ???? | 8192 | fontwidth in bytes * depth * no chars |