Searched refs:FT_FONT_STYLE_BOLD (Results 1 – 3 of 3) sorted by relevance
28 FT_FONT_STYLE_BOLD = 1 << 1 enumerator
214 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()
29 1. `FT_FONT_STYLE_BOLD`:bold style31 They can be combined.eg:`FT_FONT_STYLE_BOLD | FT_FONT_STYLE_ITALIC`.