![]() |
MPLABĀ® Harmony Graphics Suite
|
This struct represents a font glyph. More...
#include <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.