Searched refs:lv_font_manager_add_path_static (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/examples/others/font_manager/ |
D | lv_example_font_manager_1.c | 18 lv_font_manager_add_path_static(g_font_manager, in lv_example_font_manager_1()
|
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager.h | 66 void lv_font_manager_add_path_static(lv_font_manager_t * manager, const char * name, const char * p…
|
D | lv_font_manager.c | 144 void lv_font_manager_add_path_static(lv_font_manager_t * manager, const char * name, const char * p… in lv_font_manager_add_path_static() function
|
/lvgl-latest/docs/details/other-components/ |
D | font_manager.rst | 35 Use :cpp:func:`lv_font_manager_add_path_static` to add a mapping between the font 53 …lv_font_manager_add_path_static(g_font_manager, "Lato-Regular", "./lvgl/examples/libs/freetype/Lat… 54 lv_font_manager_add_path_static(g_font_manager, "MyFont", "./path/to/myfont.ttf");
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_font_stress.c | 249 lv_font_manager_add_path_static(g_ctx.font_manager, "NotoSansSC-Regular", in test_font_manager_stress() 251 lv_font_manager_add_path_static(g_ctx.font_manager, "Arial", "../src/libs/freetype/arial.ttf"); in test_font_manager_stress()
|