Lines Matching refs:SelectFont
1478 HFONT hfntOld = SelectFont(hdc, (HFONT)font); in GetFontSize()
1492 SelectFont(hdc, hfntOld); in GetFontSize()
3889 # ifndef SelectFont
3890 # define SelectFont(hdc, hfont) ((HFONT)SelectObject((hdc), (HGDIOBJ)(HFONT)(hfont))) macro
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()
7687 oldFont = SelectFont(hdc, GetStockObject(SYSTEM_FONT)); in gui_mch_tearoff()
7925 SelectFont(hdc, oldFont); in gui_mch_tearoff()