|
Modules | |
| System font | |
Variables | |
| struct font | sysfont |
| Initialize a basic system font. | |
This module implements a default binary font for use with the graphics library font system. The font data is stored in program memory and consists of ASCII characters between 32 (space) 127. Three font objects are created by default, offering three diferent scales of the system font.
Initialize a basic system font.
This initializes a basic system font globally usable by the application.
Definition at line 68 of file sysfont.c.
Referenced by sub_frame_draw_handler(), wtk_button_handler(), wtk_button_size_hint(), wtk_check_box_handler(), wtk_check_box_size_hint(), wtk_frame_handler(), wtk_label_handler(), wtk_label_size_hint(), wtk_radio_button_handler(), and wtk_radio_button_size_hint().
1.6.3