MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a rasterized font object. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/font/legato_font.h>
Data Fields | |
struct leFont | base |
uint16_t | height |
uint16_t | baseline |
leFontBPP | bpp |
const uint8_t * | glyphTable |
This struct represents a rasterized font object.
A raster font asset is a series of raster images that represent linguistic characters. These characters are referenced by an index called a 'code point'. This code point is 1-2 bytes in length. Code points may be encoded to save space. Fonts also contain general kerning data that describes character positioning data.