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