hal_gfx_font_range_t Struct Reference

Font range setting Structure. More...

#include <hal_gfx_font.h>

Public Attributes

uint32_t first
 
uint32_t last
 
const hal_gfx_glyph_tglyphs
 

Detailed Description

Font range setting Structure.

Definition at line 63 of file hal_gfx_font.h.

Member Data Documentation

◆ first

uint32_t hal_gfx_font_range_t::first

first font to apply glyphs

Definition at line 64 of file hal_gfx_font.h.

◆ glyphs

const hal_gfx_glyph_t* hal_gfx_font_range_t::glyphs

pointer to glyphs

Definition at line 66 of file hal_gfx_font.h.

◆ last

uint32_t hal_gfx_font_range_t::last

last font to apply glyphs

Definition at line 65 of file hal_gfx_font.h.


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