Searched refs:font_can_bold (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dgui.h318 int font_can_bold; /* Whether norm_font supports bold weight. member in struct:Gui
H A Dgui_gtk_x11.c4233 gui.font_can_bold = FALSE;
4251 gui.font_can_bold = (bold_font != plain_font);
4799 if ((flags & DRAW_BOLD) && !gui.font_can_bold)
4921 && !((flags & DRAW_BOLD) && gui.font_can_bold)
4972 if ((flags & DRAW_BOLD) && gui.font_can_bold)

Completed in 192 milliseconds