Searched refs:GuiFontset (Results 1 – 6 of 6) sorted by relevance
209 typedef PangoFontDescription *GuiFontset; // handle for a GUI fontset typedef211 # define NOFONTSET (GuiFontset)NULL215 typedef char *GuiFontset; typedef217 # define NOFONTSET (GuiFontset)NULL221 typedef XFontSet GuiFontset; // handle for a GUI fontset typedef223 # define NOFONTSET (GuiFontset)0226 typedef long_u GuiFontset; // handle for a GUI fontset typedef228 # define NOFONTSET (GuiFontset)0307 GuiFontset menu_fontset; // set of fonts for multi-byte chars319 GuiFontset fontset; // set of fonts for multi-byte chars
1634 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 GuiFontset2084 return (GuiFontset)fontset; in gui_mch_get_fontset()
63 GuiFontset sg_fontset; // GUI fontset handle853 GuiFontset temp_sg_fontset = HL_TABLE()[idx].sg_fontset; in highlight_set_font()2089 static GuiFontset
1134 GuiFontset fontset; // fontset handle
2299 GuiFontset fontset = NOFONTSET; in gui_outstr_nowrap()
21 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);