Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c6893 HFONT font, oldFont; in gui_mch_dialog() local
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()
7630 HFONT font, oldFont; in gui_mch_tearoff() local
7685 oldFont = SelectFont(hdc, font); in gui_mch_tearoff()
7687 oldFont = SelectFont(hdc, GetStockObject(SYSTEM_FONT)); in gui_mch_tearoff()
7925 SelectFont(hdc, oldFont); in gui_mch_tearoff()