lv_font_glyph_dsc_t is only used within rgb_panel sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
const lv_font_t *
Pointer to a font where the glyph was actually found after handling fallbacks.
uint16_t
The glyph needs this space. Draw the next glyph after this width.
uint16_t
Width of the glyph's bounding box.
uint16_t
Height of the glyph's bounding box.
int16_t
x offset of the bounding box.
int16_t
y offset of the bounding box.
Font format of the glyph see lv_font_glyph_format_t.
uint8_t: 1
Glyph is missing. But placeholder will still be displayed.
union { uint32_t index; const void * src; }
The index of the glyph in the font file. Used by the font cache.
The cache entry of the glyph draw data. Used by the font cache.

References

from examples