The system font objects are globally 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.
Modules | |
Related Project(s) | |
In this section you can find all the projects related to the System font. | |
Quick Start Guide(s) | |
In this section you can find a list of all Quick Start guides related to the System font. | |
Macros | |
#define | SYSFONT_DEFINE_GLYPHS |
Define variable containing the font. More... | |
#define | SYSFONT_FIRSTCHAR ((uint8_t)' ') |
First character defined. More... | |
#define | SYSFONT_HEIGHT 14 |
Height of each glyph, excluding spacer line. More... | |
#define | SYSFONT_LASTCHAR ((uint8_t)'}') |
Last character defined. More... | |
#define | SYSFONT_LINESPACING 8 |
Line height. More... | |
#define | SYSFONT_WIDTH 10 |
Width of each glyph, including spacer column. More... | |
#define | USE_FONT_BPMONO_10x14 |
Variables | |
struct font | sysfont |
Initialize a basic system font. More... | |
#define SYSFONT_DEFINE_GLYPHS |
Define variable containing the font.
#define SYSFONT_FIRSTCHAR ((uint8_t)' ') |
First character defined.
#define SYSFONT_HEIGHT 14 |
Height of each glyph, excluding spacer line.
#define SYSFONT_LASTCHAR ((uint8_t)'}') |
Last character defined.
#define SYSFONT_LINESPACING 8 |
Line height.
#define SYSFONT_WIDTH 10 |
Width of each glyph, including spacer column.
#define USE_FONT_BPMONO_10x14 |
struct font sysfont |
Initialize a basic system font.
This initializes a basic system font globally usable by the application.
Referenced by main(), show_out_of_memory_error(), 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().