List of pointers the fonts to be used by the application. More...
#include <TextBox_Definitions.h>
Public Attributes | |
| GrFont * | Red180 |
| GrFont * | Blue64 |
| GrFont * | Red64 |
| GrFont * | Green20 |
List of pointers the fonts to be used by the application.
Each instantiated font stores its glyphs as a 16-bit image in a Canvas (DRAM). Therefore, we need to avoid creating unnecessary copies of each font. This structure defines the list of fonts that any DynamicText instance can use. These fonts are initiatized via a call to the static function DynamicText::initializeFonts().
| GrFont* Font_List_t::Blue64 |
| GrFont* Font_List_t::Green20 |
| GrFont* Font_List_t::Red180 |
| GrFont* Font_List_t::Red64 |