lv_binfont_loader.h

Functions

lv_font_t *lv_binfont_create(const char *font_name)

Loads a lv_font_t object from a binary font file

Parameters:

path -- path where the font file is located

Returns:

pointer to font where to load

void lv_binfont_destroy(lv_font_t *font)

Frees the memory allocated by the lv_binfont_create() function

Parameters:

font -- lv_font_t object created by the lv_binfont_create function