1adime_font(3) Adime API Reference adime_font(3)
2
3
4
6 adime_font, adime_title_font, adime_button_font
7
9 #include <adime.h>
10
11
12 FONT *adime_font;
13
14 FONT *adime_title_font;
15
16 FONT *adime_button_font;
17
19 The font used in general by Adime dialogs and objects, the font for the
20 title of the dialogs and the font for the OK and Cancel buttons. If one
21 of them is NULL (they all are by default), Allegro´s `font´ will be
22 used.
23
24
26 adime_dialogf(3), adime_bmp(3)
27
28
29
30Adime version 2.2.1 adime_font(3)