1font(3) Allegro manual font(3)
2
3
4
6 font - A simple 8x8 fixed size font. Allegro game programming library.
7
9 #include <allegro.h>
10
11
12 extern FONT *font;
13
15 A simple 8x8 fixed size font (the mode 13h BIOS default). If you want
16 to alter the font used by the GUI routines, change this to point to one
17 of your own fonts. This font contains the standard ASCII (U+20 to
18 U+7F), Latin-1 (U+A1 to U+FF), and Latin Extended-A (U+0100 to U+017F)
19 character ranges.
20
21
23 textout_ex(3), textprintf_ex(3)
24
25
26
27Allegro version 4.4.3 font(3)