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

Fields

Field
Declared as
Description
bool (*)(const lv_font_t *, lv_font_glyph_dsc_t *, uint32_t letter, uint32_t letter_next)
Get a glyph's descriptor from a font.
const void * (*)(lv_font_glyph_dsc_t *, lv_draw_buf_t *)
Get a glyph's bitmap from a font.
void (*)(const lv_font_t *, lv_font_glyph_dsc_t *)
Release a glyph.
int32_t
The real line height where any text fits.
int32_t
Base line measured from the bottom of the line_height.
uint8_t : 2
An element of `lv_font_subpx_t`.
uint8_t : 1
An element of `lv_font_kerning_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 lv_font_t *
Fallback font for missing glyph. Resolved recursively.
void *
Custom user data for font.

References

from examples