Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dgui_x11.pro25 int fontset_height(XFontSet fs);
/vim-8.2.3635/src/
H A Dgui_x11.c1807 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