Home
last modified time | relevance | path

Searched refs:FT_FONT_STYLE_BOLD (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.h28 FT_FONT_STYLE_BOLD = 1 << 1 enumerator
Dlv_freetype.c214 if(dsc->style & FT_FONT_STYLE_BOLD) { in get_bold_glyph()
276 if(dsc->style & FT_FONT_STYLE_BOLD) { in get_glyph_dsc_cb_cache()
338 if(dsc->style & FT_FONT_STYLE_BOLD) { in get_glyph_bitmap_cb_cache()
491 if(dsc->style & FT_FONT_STYLE_BOLD) { in get_glyph_dsc_cb_nocache()
/lvgl-latest/docs/libs/
Dfreetype.md29 1. `FT_FONT_STYLE_BOLD`:bold style
31 They can be combined.eg:`FT_FONT_STYLE_BOLD | FT_FONT_STYLE_ITALIC`.