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.
#define SYSFONT_DEFINE_GLYPHS |
Define variable containing the font.
#define SYSFONT_FIRSTCHAR ((uint8_t)' ') |
Height of each glyph, excluding spacer line.
#define SYSFONT_LASTCHAR ((uint8_t)'}') |
#define SYSFONT_LINESPACING 8 |
Width of each glyph, including spacer column.
#define USE_FONT_BASIC_6x7 |
Initialize a basic system font.
This initializes a basic system font globally usable by the application.
Referenced by main().