Searched refs:_lv_font_t (Results 1 – 1 of 1) sorted by relevance
39 struct _lv_font_t;42 const struct _lv_font_t *64 typedef struct _lv_font_t { struct66 …bool (*get_glyph_dsc)(const struct _lv_font_t *, lv_font_glyph_dsc_t *, uint32_t letter, uint32_t … argument69 const uint8_t * (*get_glyph_bitmap)(const struct _lv_font_t *, uint32_t); argument80 …const struct _lv_font_t * fallback; /**< Fallback font for missing glyph. Resolved recursively */ argument