Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.h37 lv_font_t * lv_tiny_ttf_create_file_ex(const char * path, lv_coord_t font_size, size_t cache_size);
Dlv_tiny_ttf.c238 lv_font_t * lv_tiny_ttf_create_file_ex(const char * path, lv_coord_t font_size, size_t cache_size) in lv_tiny_ttf_create_file_ex() function
244 return lv_tiny_ttf_create_file_ex(path, font_size, 4096); in lv_tiny_ttf_create_file()
/lvgl-3.7.0/docs/libs/
Dtiny_ttf.md27 or `lv_tiny_ttf_create_file_ex(path, font_size, cache_size)` (when