lv_binfont_loader.h

Functions

lv_font_t *lv_binfont_create(const char *path)

Loads a lv_font_t object from a binary font file

Parameters:

path -- path to font file

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