Searched refs:lv_ft_font_init (Results 1 – 4 of 4) sorted by relevance
65 bool lv_ft_font_init(lv_ft_info_t * info);
161 bool lv_ft_font_init(lv_ft_info_t * info) in lv_ft_font_init() function
17 if(!lv_ft_font_init(&info)) { in lv_example_freetype_1()
24 You can use `lv_ft_font_init()` to create FreeType fonts. It returns `true` to indicate success, at…