Font glyph setting Structure. More...
#include <hal_gfx_font.h>
Public Attributes | |
| uint32_t | bitmapOffset |
| glyph bitmap offset address More... | |
| uint8_t | width |
| glyph width More... | |
| uint8_t | xAdvance |
| glyph advanced setting More... | |
| int8_t | xOffset |
| horizontal offset More... | |
| int8_t | yOffset |
| vertical offset More... | |
| uint32_t | kern_offset |
| Kerning offset. More... | |
| uint8_t | kern_length |
| Kerning length. More... | |
Font glyph setting Structure.
Definition at line 91 of file hal_gfx_font.h.
| uint32_t hal_gfx_glyph_t::bitmapOffset |
glyph bitmap offset address
Definition at line 92 of file hal_gfx_font.h.
| uint8_t hal_gfx_glyph_t::kern_length |
Kerning length.
Definition at line 98 of file hal_gfx_font.h.
| uint32_t hal_gfx_glyph_t::kern_offset |
Kerning offset.
Definition at line 97 of file hal_gfx_font.h.
| uint8_t hal_gfx_glyph_t::width |
glyph width
Definition at line 93 of file hal_gfx_font.h.
| uint8_t hal_gfx_glyph_t::xAdvance |
glyph advanced setting
Definition at line 94 of file hal_gfx_font.h.
| int8_t hal_gfx_glyph_t::xOffset |
horizontal offset
Definition at line 95 of file hal_gfx_font.h.
| int8_t hal_gfx_glyph_t::yOffset |
vertical offset
Definition at line 96 of file hal_gfx_font.h.