MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a font glyph. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/font/legato_font.h>
Data Fields | |
leChar | codePoint |
int16_t | width |
int16_t | height |
int16_t | advance |
int16_t | bearingX |
int16_t | bearingY |
uint16_t | flags |
uint16_t | dataRowWidth |
uint32_t | dataOffset |
This struct represents a font glyph.
This is used describe a individual character of a font. Each glyph contains kerning data and options unique to itself. This data is used for proper glyph positioning when rendering text.