Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c1508 get_font_handle(LOGFONTW *lf) in get_font_handle() function
1548 font = get_font_handle(&lf); in gui_mch_get_font()
3290 gui.wide_ital_font = get_font_handle(&lf); in gui_mch_wide_font_changed()
3296 gui.wide_bold_font = get_font_handle(&lf); in gui_mch_wide_font_changed()
3300 gui.wide_boldital_font = get_font_handle(&lf); in gui_mch_wide_font_changed()
3319 font = get_font_handle(&lf); in gui_mch_init_font()
3365 gui.ital_font = get_font_handle(&lf); in gui_mch_init_font()
3371 gui.bold_font = get_font_handle(&lf); in gui_mch_init_font()
3375 gui.boldital_font = get_font_handle(&lf); in gui_mch_init_font()