Searched refs:font_can_bold (Results 1 – 2 of 2) sorted by relevance
301 int font_can_bold; // Whether norm_font supports bold weight. member
4806 gui.font_can_bold = FALSE; in get_styled_font_variants()4824 gui.font_can_bold = (bold_font != plain_font); in get_styled_font_variants()5384 if ((flags & DRAW_BOLD) && !gui.font_can_bold) in draw_glyph_string()5713 && !((flags & DRAW_BOLD) && gui.font_can_bold) in gui_gtk2_draw_string_ext()5769 if ((flags & DRAW_BOLD) && gui.font_can_bold) in gui_gtk2_draw_string_ext()