Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c1478 HFONT hfntOld = SelectFont(hdc, (HFONT)font); in GetFontSize()
1492 SelectFont(hdc, hfntOld); in GetFontSize()
3889 # ifndef SelectFont
4431 hfntOld = SelectFont(hdc, font); in set_tabline_font()
4435 SelectFont(hdc, hfntOld); in set_tabline_font()
6195 SelectFont(s_hdc, gui.currFont); in gui_mch_draw_string()
6981 oldFont = SelectFont(hdc, font); in gui_mch_dialog()
6987 oldFont = SelectFont(hdc, GetStockObject(SYSTEM_FONT)); in gui_mch_dialog()
7303 SelectFont(hdc, oldFont); in gui_mch_dialog()
7685 oldFont = SelectFont(hdc, font); in gui_mch_tearoff()
[all …]