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

Fields

Field
Declared as
Description
const struct _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.
uint8_t: 4
Bit-per-pixel: 1, 2, 4, 8.
uint8_t: 1

References

from examples