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