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.
Variables | |
struct font | sysfont |
Initialize a basic system font. More... | |
struct font sysfont |
Initialize a basic system font.
This initializes a basic system font globally usable by the application.
Referenced by gfx_mono_spinctrl_draw(), and gfx_mono_spinctrl_draw_button().