Searched refs:lv_imgfont_create (Results 1 – 4 of 4) sorted by relevance
42 lv_font_t * lv_imgfont_create(uint16_t height, lv_get_imgfont_path_cb_t path_cb);
49 lv_font_t * lv_imgfont_create(uint16_t height, lv_get_imgfont_path_cb_t path_cb) in lv_imgfont_create() function
32 lv_font_t * imgfont = lv_imgfont_create(80, get_imgfont_path); in lv_example_imgfont_1()
9 To create a new imgfont use `lv_imgfont_create(height, path_cb)`.