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

Fields

Field
Declared as
Description
const uint8_t * (*)(const struct _lv_font_t *, uint32_t)
Get a glyph's bitmap from a font.
The real line height where any text fits.
Base line measured from the top of the line_height.
uint8_t : 2
An element of `lv_font_subpx_t`.
int8_t
Distance between the top of the underline and base line (< 0 means below the base line).
int8_t
Thickness of the underline.
const void *
Store implementation specific or run_time data or caching here.
const struct _lv_font_t *
Fallback font for missing glyph. Resolved recursively.
void *
Custom user data for font.
bool (*)(const struct _lv_font_t *, lv_font_glyph_dsc_t *, uint32_t letter, uint32_t letter_next)
Get a glyph's descriptor from a font.

References

from examples