Font range setting Structure. More...
#include <hal_gfx_font.h>
Collaboration diagram for hal_gfx_font_range_t:Public Attributes | |
| uint32_t | first |
| first font to apply glyphs More... | |
| uint32_t | last |
| last font to apply glyphs More... | |
| const hal_gfx_glyph_t * | glyphs |
| pointer to glyphs More... | |
Font range setting Structure.
Definition at line 104 of file hal_gfx_font.h.
| uint32_t hal_gfx_font_range_t::first |
first font to apply glyphs
Definition at line 105 of file hal_gfx_font.h.
| const hal_gfx_glyph_t* hal_gfx_font_range_t::glyphs |
pointer to glyphs
Definition at line 107 of file hal_gfx_font.h.
| uint32_t hal_gfx_font_range_t::last |
last font to apply glyphs
Definition at line 106 of file hal_gfx_font.h.