Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c272 ttf_font_desc_t * ttf = (ttf_font_desc_t *)font->dsc; in lv_tiny_ttf_destroy() local
274 if(ttf->stream.file != NULL) { in lv_tiny_ttf_destroy()
275 lv_fs_close(&ttf->file); in lv_tiny_ttf_destroy()
278 lv_lru_del(ttf->bitmap_cache); in lv_tiny_ttf_destroy()
279 TTF_FREE(ttf); in lv_tiny_ttf_destroy()