Font range setting Structure. More...
#include <hal_gfx_font.h>
Public Attributes | |
uint32_t | first |
uint32_t | last |
const hal_gfx_glyph_t * | glyphs |
Font range setting Structure.
Definition at line 63 of file hal_gfx_font.h.
uint32_t hal_gfx_font_range_t::first |
first font to apply glyphs
Definition at line 64 of file hal_gfx_font.h.
const hal_gfx_glyph_t* hal_gfx_font_range_t::glyphs |
pointer to glyphs
Definition at line 66 of file hal_gfx_font.h.
uint32_t hal_gfx_font_range_t::last |
last font to apply glyphs
Definition at line 65 of file hal_gfx_font.h.