TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::FontProvider from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::FontProvider class

@class FontProvider FontManager.hpp touchgfx/FontManager.hpp A generic pure virtual definition of a FontProvider. A generic pure virtual definition of a FontProvider, which is a class capable of returning a font based on a font id. An application-specific derivation of this class must be implemented.

Syntax

class FontProvider { public:     virtual Font* getFont(FontId fontId) = 0;     virtual ~FontProvider()     {     } private: };

Methods

getFont()

@fn virtual Font* FontProvider::getFont(FontId fontId) = 0; Gets a font. Gets a font. Read more...

Examples

touchgfx::FontProvider is referenced by 4 libraries and example projects.