Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.h314 GuiFont wide_bold_font; // Bold 'guifontwide' font member
H A Dgui.c430 gui.wide_bold_font = NOFONT; in gui_init_check()
2409 else if (font == gui.bold_font && gui.wide_bold_font) in gui_outstr_nowrap()
2410 wide_font = gui.wide_bold_font; in gui_outstr_nowrap()
H A Dgui_w32.c3279 gui_mch_free_font(gui.wide_bold_font); in gui_mch_wide_font_changed()
3280 gui.wide_bold_font = NOFONT; in gui_mch_wide_font_changed()
3296 gui.wide_bold_font = get_font_handle(&lf); in gui_mch_wide_font_changed()