Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c3253 LOGFONTW lf_wide; in update_im_font() local
3257 && GetObjectW((HFONT)gui.wide_font, sizeof(lf_wide), &lf_wide)) in update_im_font()
3258 norm_logfont = lf_wide; in update_im_font()