Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

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.

API Overview

Modules

 Quick Start Guide(s)
 In this section you can find a list of all Quick Start guides related to the System font.
 

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 about_co_routine(), about_task(), gfx_mono_menu_init(), gfx_mono_spinctrl_draw(), gfx_mono_spinctrl_draw_button(), init_display(), main(), main_co_routine(), main_task(), menu_draw(), setup_board(), terminal_co_routine(), and terminal_task().