Detailed Description
The system font objects are globaly available for a graphical application. System fonts are by design read only, hence there are not any functions to change them during runtime. If the application needs additional fonts it should add additional font objects.
Define Documentation
| #define SYSFONT_DEFINE_GLYPHS |
Define variable containing the font.
Definition at line 65 of file sysfont.h.
| #define SYSFONT_FIRSTCHAR ((uint8_t) ' ') |
First character defined.
Definition at line 59 of file sysfont.h.
Height of each glyph, excluding spacer line.
Definition at line 55 of file sysfont.h.
| #define SYSFONT_LASTCHAR ((uint8_t) 127) |
Last character defined.
Definition at line 61 of file sysfont.h.
| #define SYSFONT_LINESPACING 8 |
Width of each glyph, including spacer column.
Definition at line 53 of file sysfont.h.
Variable Documentation
Initial value:
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 app_clock_frame_command_handler(), app_clock_frame_draw_handler(), app_files_frame_command_handler(), app_fonts_frame_command_handler(), app_fonts_load_worker(), app_memgame_launch(), app_tank_launch(), calc_frame_command_handler(), draw_icon_text(), memgame_draw_piece(), memgame_handle_command_event(), memgame_print_game_over(), screen_draw_fonts_list(), screen_draw_messages(), tank_frame_handler(), tank_loader(), widget_frame_command_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().