Searched refs:rsrc_bold_font_name (Results 1 – 2 of 2) sorted by relevance
353 char_u *rsrc_bold_font_name; // Resource bold font name member
329 XtOffsetOf(gui_T, rsrc_bold_font_name),1832 && gui.rsrc_bold_font_name != NULL in gui_mch_init_font()1833 && *gui.rsrc_bold_font_name != NUL) in gui_mch_init_font()1834 gui.bold_font = gui_mch_get_font(gui.rsrc_bold_font_name, FALSE); in gui_mch_init_font()