Font glyph setting Structure. More...
#include <hal_gfx_font.h>
Public Attributes | |
uint32_t | bitmapOffset |
uint8_t | width |
uint8_t | xAdvance |
int8_t | xOffset |
int8_t | yOffset |
uint32_t | kern_offset |
uint8_t | kern_length |
Font glyph setting Structure.
Definition at line 50 of file hal_gfx_font.h.
uint32_t hal_gfx_glyph_t::bitmapOffset |
glyph bitmap offset address
Definition at line 51 of file hal_gfx_font.h.
uint8_t hal_gfx_glyph_t::kern_length |
Kerning length
Definition at line 57 of file hal_gfx_font.h.
uint32_t hal_gfx_glyph_t::kern_offset |
Kerning offset
Definition at line 56 of file hal_gfx_font.h.
uint8_t hal_gfx_glyph_t::width |
glyph width
Definition at line 52 of file hal_gfx_font.h.
uint8_t hal_gfx_glyph_t::xAdvance |
glyph advanced setting
Definition at line 53 of file hal_gfx_font.h.
int8_t hal_gfx_glyph_t::xOffset |
horizontal offset
Definition at line 54 of file hal_gfx_font.h.
int8_t hal_gfx_glyph_t::yOffset |
vertical offset
Definition at line 55 of file hal_gfx_font.h.