Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_446 Nucleo446_SSD1331
GFXfont Struct Reference
Data stored for FONT AS A WHOLE. More...
#include <gfxfont.h>
Data Fields | |
uint8_t * | bitmap |
Glyph bitmaps, concatenated. | |
GFXglyph * | glyph |
Glyph array. | |
uint8_t | first |
ASCII extents (first char) | |
uint8_t | last |
ASCII extents (last char) | |
uint8_t | yAdvance |
Newline distance (y axis) |
Detailed Description
Data stored for FONT AS A WHOLE.
Definition at line 21 of file gfxfont.h.
Field Documentation
Generated on Tue Jul 26 2022 02:58:07 by
