Home
last modified time | relevance | path

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

/lvgl-latest/examples/libs/tiny_ttf/
Dlv_example_tiny_ttf_2.c12 … lv_font_t * font = lv_tiny_ttf_create_file("A:lvgl/examples/libs/tiny_ttf/Ubuntu-Medium.ttf", 30); in lv_example_tiny_ttf_2()
/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.h39 lv_font_t * lv_tiny_ttf_create_file(const char * path, int32_t font_size);
Dlv_tiny_ttf.c429 lv_font_t * lv_tiny_ttf_create_file(const char * path, int32_t font_size) in lv_tiny_ttf_create_file() function
/lvgl-latest/docs/details/libs/
Dtiny_ttf.rst25 :cpp:expr:`lv_tiny_ttf_create_file(path, font_size)` will also be available,