Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.h209 typedef PangoFontDescription *GuiFontset; // handle for a GUI fontset typedef
211 # define NOFONTSET (GuiFontset)NULL
215 typedef char *GuiFontset; typedef
217 # define NOFONTSET (GuiFontset)NULL
221 typedef XFontSet GuiFontset; // handle for a GUI fontset typedef
223 # define NOFONTSET (GuiFontset)0
226 typedef long_u GuiFontset; // handle for a GUI fontset typedef
228 # define NOFONTSET (GuiFontset)0
307 GuiFontset menu_fontset; // set of fonts for multi-byte chars
319 GuiFontset fontset; // set of fonts for multi-byte chars
H A Dgui_x11.c1634 to.size = sizeof(GuiFontset); in gui_init_menu_font()
1805 gui.fontset = (GuiFontset)fontset; in gui_mch_init_font()
2012 gui_mch_set_fontset(GuiFontset fontset) in gui_mch_set_fontset()
2034 gui_mch_free_fontset(GuiFontset fontset) in gui_mch_free_fontset()
2044 GuiFontset
2084 return (GuiFontset)fontset; in gui_mch_get_fontset()
H A Dhighlight.c63 GuiFontset sg_fontset; // GUI fontset handle
853 GuiFontset temp_sg_fontset = HL_TABLE()[idx].sg_fontset; in highlight_set_font()
2089 static GuiFontset
H A Dstructs.h1134 GuiFontset fontset; // fontset handle
H A Dgui.c2299 GuiFontset fontset = NOFONTSET; in gui_outstr_nowrap()
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro21 void gui_mch_set_fontset(GuiFontset fontset);
23 void gui_mch_free_fontset(GuiFontset fontset);
24 GuiFontset gui_mch_get_fontset(char_u *name, int giveErrorIfMissing, int fixed_width);