Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c92 static lv_font_t * lv_tiny_ttf_create(const char * path, const void * data, size_t data_size,
358 static lv_font_t * lv_tiny_ttf_create(const char * path, const void * data, size_t data_size, int32… in lv_tiny_ttf_create() function
427 return lv_tiny_ttf_create(path, NULL, 0, font_size, kerning, cache_size); in lv_tiny_ttf_create_file_ex()
431 …return lv_tiny_ttf_create(path, NULL, 0, font_size, LV_FONT_KERNING_NORMAL, LV_TINY_TTF_CACHE_GLYP… in lv_tiny_ttf_create_file()
438 return lv_tiny_ttf_create(NULL, data, data_size, font_size, kerning, cache_size); in lv_tiny_ttf_create_data_ex()
442 …return lv_tiny_ttf_create(NULL, data, data_size, font_size, LV_FONT_KERNING_NORMAL, LV_TINY_TTF_CA… in lv_tiny_ttf_create_data()