Searched refs:newFont (Results 1 – 1 of 1) sorted by relevance
1663 VimFont *newFont = (VimFont *)gui_mch_get_font(name, 1); in mchInitFont() local1664 if (newFont != NOFONT) { in mchInitFont()1665 gui.norm_font = (GuiFont)newFont; in mchInitFont()1666 gui_mch_set_font((GuiFont)newFont); in mchInitFont()