Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
Font_List_t Struct Reference

List of pointers the fonts to be used by the application. More...

#include <TextBox_Definitions.h>

Public Attributes

GrFontRed180
 
GrFontBlue64
 
GrFontRed64
 
GrFontGreen20
 

Detailed Description

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().

Member Data Documentation

◆ Blue64

GrFont* Font_List_t::Blue64

◆ Green20

GrFont* Font_List_t::Green20

◆ Red180

GrFont* Font_List_t::Red180

◆ Red64

GrFont* Font_List_t::Red64

The documentation for this struct was generated from the following file: