Lines Matching refs:GuiFont
208 typedef PangoFontDescription *GuiFont; // handle for a GUI font typedef
210 # define NOFONT (GuiFont)NULL
214 typedef char *GuiFont; typedef
216 # define NOFONT (GuiFont)NULL
220 typedef XFontStruct *GuiFont; // handle for a GUI font typedef
222 # define NOFONT (GuiFont)0
225 typedef long_u GuiFont; // handle for a GUI font typedef
227 # define NOFONT (GuiFont)0
295 GuiFont norm_font; // Normal font
297 GuiFont bold_font; // Bold font
298 GuiFont ital_font; // Italic font
299 GuiFont boldital_font; // Bold-Italic font
309 GuiFont menu_font; // menu item font
312 GuiFont wide_font; // Normal 'guifontwide' font
314 GuiFont wide_bold_font; // Bold 'guifontwide' font
315 GuiFont wide_ital_font; // Italic 'guifontwide' font
316 GuiFont wide_boldital_font; // Bold-Italic 'guifontwide' font
442 GuiFont currFont; // Current font