Searched refs:lv_font_free (Results 1 – 5 of 5) sorted by relevance
57 lv_font_free(font_1_bin); in test_font_loader()58 lv_font_free(font_2_bin); in test_font_loader()59 lv_font_free(font_3_bin); in test_font_loader()70 lv_font_free(font_1_bin); in test_font_loader()71 lv_font_free(font_2_bin); in test_font_loader()72 lv_font_free(font_3_bin); in test_font_loader()
30 void lv_font_free(lv_font_t * font);
103 lv_font_free(font); in lv_font_load()117 void lv_font_free(lv_font_t * font) in lv_font_free() function
195 lv_font_free(my_font);
1862 - Add `lv_font_free()` function - Frees the memory allocated by the `lv_font_load()` function