lv_imgfont.h
Typedefs
Functions
-
lv_font_t *lv_imgfont_create(uint16_t height, lv_imgfont_get_path_cb_t path_cb, void *user_data)
Creates a image font with info parameter specified.
- Parameters:
height – font size
path_cb – a function to get the image path name of character.
user_data – pointer to user data
- Returns:
pointer to the new imgfont or NULL if create error.