Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp199 HFONT hFont;
224 bool get(HFONT hFont, Item &item) in get()
250 int find(HFONT hFont) in find()
322 void SetFont(HFONT hFont);
864 DWriteContext::SetFont(HFONT hFont) in SetFont()
1263 DWriteContext_SetFont(DWriteContext *ctx, HFONT hFont) in DWriteContext_SetFont()
H A Dgui_dwrite.h59 void DWriteContext_SetFont(DWriteContext *ctx, HFONT hFont);
H A Dgui_w32.c1478 HFONT hfntOld = SelectFont(hdc, (HFONT)font); in GetFontSize()
1510 HFONT font = NULL; in get_font_handle()
1572 DeleteObject((HFONT)font); in gui_mch_free_font()
3285 && GetObjectW((HFONT)gui.wide_font, sizeof(lf), &lf)) in gui_mch_wide_font_changed()
3890 # define SelectFont(hdc, hfont) ((HFONT)SelectObject((hdc), (HGDIOBJ)(HFONT)(hfont)))
4413 HFONT font; in set_tabline_font()
4416 HFONT hfntOld; in set_tabline_font()
6199 DWriteContext_SetFont(s_dwc, (HFONT)gui.currFont); in gui_mch_draw_string()
6893 HFONT font, oldFont; in gui_mch_dialog()
7562 HFONT hfontTools = 0; in get_dialog_font_metrics()
[all …]
H A Dos_mswin.c91 typedef int HFONT; typedef
1000 static HFONT prt_font_handles[2][2][2];
1066 static HFONT hfont; in PrintDlgProc()
H A Dos_win32.c110 typedef int HFONT; typedef