Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc1663 VimFont *newFont = (VimFont *)gui_mch_get_font(name, 1); in mchInitFont() local
1664 if (newFont != NOFONT) { in mchInitFont()
1665 gui.norm_font = (GuiFont)newFont; in mchInitFont()
1666 gui_mch_set_font((GuiFont)newFont); in mchInitFont()