26 FT_FONT_STYLE_NORMAL = 0,
27 FT_FONT_STYLE_ITALIC = 1 << 0,
28 FT_FONT_STYLE_BOLD = 1 << 1
52bool lv_freetype_init(uint16_t max_faces, uint16_t max_sizes, uint32_t max_bytes);
57void lv_freetype_destroy(
void);
65bool lv_ft_font_init(lv_ft_info_t * info);