Searched refs:get_logfont (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | os_mswin.pro | 51 int get_logfont(LOGFONTW *lf, char_u *name, HDC printer_dc, int verbose);
|
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 1463 if (get_logfont(&fLogFont, p_pfn, prt_dlg.hDC, TRUE) == FAIL) in mch_print_init() 2851 get_logfont( in get_logfont() function
|
| H A D | gui_w32.c | 1547 if (get_logfont(&lf, name, NULL, giveErrorIfMissing) == OK) in gui_mch_get_font() 3318 if (get_logfont(&lf, font_name, NULL, TRUE) == OK) in gui_mch_init_font()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 6775 Solution: In gui_mch_init_font() don't call get_logfont() but copy
|