| Take
a look at BitFontCreator,
this fantastic program allows you to create or preload any font and generate
C code that can be used in 4DGL for bitmaps.
An
example of the code output for a letter 'A':
/*
character 0x0041 ('A'): (width=9, offset=576) */
0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00,
0x14,
0x00, 0x14, 0x00, 0x14, 0x00, 0x22, 0x00,
0x22,
0x00, 0x7F, 0x00, 0x41, 0x00, 0x80, 0x80,
0x80,
0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
Kevin
Gill via 4D Systems Forum. |