Searched refs:LOGFONTW (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 96 typedef int LOGFONTW; typedef 1323 LOGFONTW fLogFont; in mch_print_init() 2687 static const LOGFONTW s_lfDefault = 2776 LOGFONTW *lf = (LOGFONTW *)(lparam); in font_enumproc() 2798 init_logfont(LOGFONTW *lf) in init_logfont() 2852 LOGFONTW *lf, in get_logfont() 2860 static LOGFONTW *lastlf = NULL; in get_logfont() 3011 lastlf = ALLOC_ONE(LOGFONTW); in get_logfont() 3013 mch_memmove(lastlf, lf, sizeof(LOGFONTW)); in get_logfont()
|
| H A D | gui_dwrite.cpp | 317 HRESULT CreateTextFormatFromLOGFONT(const LOGFONTW &logFont, 320 HRESULT SetFontByLOGFONT(const LOGFONTW &logFont); 727 DWriteContext::CreateTextFormatFromLOGFONT(const LOGFONTW &logFont, in CreateTextFormatFromLOGFONT() 844 DWriteContext::SetFontByLOGFONT(const LOGFONTW &logFont) in SetFontByLOGFONT() 884 LOGFONTW lf; in SetFont()
|
| H A D | dimm.idl | 115 } LOGFONTW; 209 LOGFONTW W; 324 HRESULT GetCompositionFontW([in] HIMC hIMC, [out] LOGFONTW *plf); 356 HRESULT SetCompositionFontW([in] HIMC hIMC, [in] LOGFONTW *plf); 407 HRESULT GetCompositionFontW([in] HIMC hIMC, [out] LOGFONTW *plf); 439 HRESULT SetCompositionFontW([in] HIMC hIMC, [in] LOGFONTW *plf);
|
| H A D | gui_w32.c | 257 typedef int LOGFONTW[]; typedef 507 static LOGFONTW sub_logfont; 1544 LOGFONTW lf; in gui_mch_get_font() 3186 logfont2name(LOGFONTW lf) in logfont2name() 3253 LOGFONTW lf_wide; in update_im_font() 3271 LOGFONTW lf; in gui_mch_wide_font_changed() 3313 LOGFONTW lf; in gui_mch_init_font() 4412 LOGFONTW lfSysmenu; in set_tabline_font() 5814 im_set_font(LOGFONTW *lf) in im_set_font() 6904 LOGFONTW lfSysmenu; in gui_mch_dialog() [all …]
|
| /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);
|
| H A D | gui_w32.pro | 74 void im_set_font(LOGFONTW *lf);
|