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

Fields

Field
Declared as
Description
uint32_t : 20
Start index of the bitmap. A font can be max 1 MB.
uint32_t : 12
Draw the next glyph after this width. 8.4 format (real_value * 16 is stored).
uint8_t
Width of the glyph's bounding box.
uint8_t
Height of the glyph's bounding box.
int8_t
x offset of the bounding box.
int8_t
y offset of the bounding box. Measured from the top of the line.

References

from examples