MPLABĀ® Harmony Graphics Suite  GFX v3.13.0
Legato API Documentation
leRasterFont Struct Reference

This struct represents a rasterized font object. More...

#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/font/legato_font.h>

Collaboration diagram for leRasterFont:

Data Fields

struct leFont base
 
uint16_t height
 
uint16_t baseline
 
leFontBPP bpp
 
const uint8_t * glyphTable
 

Detailed Description

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.


The documentation for this struct was generated from the following file: