Searched refs:lv_tiny_ttf_create (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 174 static lv_font_t * lv_tiny_ttf_create(const char * path, const void * data, size_t data_size, lv_co… in lv_tiny_ttf_create() function 240 return lv_tiny_ttf_create(path, NULL, 0, font_size, cache_size); in lv_tiny_ttf_create_file_ex() 249 return lv_tiny_ttf_create(NULL, data, data_size, font_size, cache_size); in lv_tiny_ttf_create_data_ex()
|