FabGL
ESP32 Display Controller and Graphics Library
|
void loadFont | ( | FontInfo const * | font | ) |
Sets the font to use.
Terminal automatically choises the best font considering screen resolution and required number of columns and rows.
Particular cases require setting custom fonts, so applications can use Terminal.loadFont(). Only fixed width fonts are supported for terminals.
font | Specifies font info for the font to set. |
Definition at line 806 of file terminal.cpp.