Searched refs:fontset_height (Results 1 – 2 of 2) sorted by relevance
25 int fontset_height(XFontSet fs);
1807 gui.char_height = fontset_height(fontset) + p_linespace; in gui_mch_init_font()1970 gui.char_height = fontset_height((XFontSet)gui.fontset) + p_linespace; in gui_mch_adjust_charheight()2148 fontset_height( in fontset_height() function