Home
last modified time | relevance | path

Searched refs:lv_imgfont_destroy (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/extra/others/imgfont/
Dlv_imgfont.h48 void lv_imgfont_destroy(lv_font_t * font);
Dlv_imgfont.c75 void lv_imgfont_destroy(lv_font_t * font) in lv_imgfont_destroy() function
/lvgl-3.7.0/docs/others/
Dimgfont.md14 Use `lv_imgfont_destroy(imgfont)` to destroy a imgfont that is no longer used.