Home
last modified time | relevance | path

Searched refs:GuiFont (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.h210 # define NOFONT (GuiFont)NULL
214 typedef char *GuiFont; typedef
216 # define NOFONT (GuiFont)NULL
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
309 GuiFont menu_font; // menu item font
[all …]
H A Dgui_photon.c2750 static GuiFont
2789 return (GuiFont)font_tag; in gui_ph_get_font()
2939 GuiFont
2954 return (GuiFont)font_tag; in gui_mch_get_font()
2969 gui_mch_get_fontname(GuiFont font, char_u *name) in gui_mch_get_fontname()
2978 gui_mch_set_font(GuiFont font) in gui_mch_set_font()
2984 gui_mch_free_font(GuiFont font) in gui_mch_free_font()
H A Dgui_x11.c1644 to.size = sizeof(GuiFont); in gui_init_menu_font()
1813 gui.norm_font = (GuiFont)font; in gui_mch_init_font()
1877 GuiFont
1918 return (GuiFont)font; in gui_mch_get_font()
1926 gui_mch_get_fontname(GuiFont font, char_u *name) in gui_mch_get_fontname()
1989 gui_mch_set_font(GuiFont font) in gui_mch_set_font()
2023 gui_mch_free_font(GuiFont font) in gui_mch_free_font()
H A Dgui_haiku.cc1665 gui.norm_font = (GuiFont)newFont; in mchInitFont()
1666 gui_mch_set_font((GuiFont)newFont); in mchInitFont()
3831 GuiFont
3908 return (GuiFont)flp; in gui_mch_get_font()
3933 return (GuiFont)font; in gui_mch_get_font()
3941 GuiFont font) in gui_mch_set_font()
3962 GuiFont font) in gui_mch_free_font()
3975 gui_mch_get_fontname(GuiFont font, char_u *name) in gui_mch_get_fontname()
H A Dgui_w32.c1474 GetFontSize(GuiFont font) in GetFontSize()
1507 static GuiFont
1518 return (GuiFont)font; in get_font_handle()
1539 GuiFont
1545 GuiFont font = NOFONT; in gui_mch_get_font()
1560 gui_mch_get_fontname(GuiFont font UNUSED, char_u *name) in gui_mch_get_fontname()
1569 gui_mch_free_font(GuiFont font) in gui_mch_free_font()
3314 GuiFont font = NOFONT; in gui_mch_init_font()
5614 gui_mch_set_font(GuiFont font) in gui_mch_set_font()
H A Dgui.c983 GuiFont font; in set_guifontwide()
1028 GuiFont font = NOFONT; in gui_get_wide_font()
2296 GuiFont font = NOFONT; in gui_outstr_nowrap()
2297 GuiFont wide_font = NOFONT; in gui_outstr_nowrap()
H A Dhighlight.c61 GuiFont sg_font; // GUI font handle
851 GuiFont temp_sg_font = HL_TABLE()[idx].sg_font; in highlight_set_font()
2075 static GuiFont
H A Dgui_gtk_x11.c5009 GuiFont
5068 gui_mch_get_fontname(GuiFont font, char_u *name UNUSED) in gui_mch_get_fontname()
5090 gui_mch_free_font(GuiFont font) in gui_mch_free_font()
H A Dstructs.h1132 GuiFont font; // font handle
H A Devalfunc.c4497 GuiFont font; in f_getfontname()
/vim-8.2.3635/src/proto/
H A Dgui_x11.pro17 GuiFont gui_mch_get_font(char_u *name, int giveErrorIfMissing);
18 char_u *gui_mch_get_fontname(GuiFont font, char_u *name);
20 void gui_mch_set_font(GuiFont font);
22 void gui_mch_free_font(GuiFont font);
H A Dgui_photon.pro68 GuiFont gui_mch_get_font(char_u *vim_font_name, int report_error);
69 char_u *gui_mch_get_fontname(GuiFont font, char_u *name);
70 void gui_mch_set_font(GuiFont font);
71 void gui_mch_free_font(GuiFont font);
H A Dgui_haiku.pro18 GuiFont gui_mch_get_font(char_u *name, int giveErrorIfMissing);
19 void gui_mch_set_font(GuiFont font);
21 void gui_mch_free_font(GuiFont font);
22 char_u *gui_mch_get_fontname(GuiFont font, char_u *name);
H A Dgui_w32.pro20 GuiFont gui_mch_get_font(char_u *name, int giveErrorIfMissing);
21 char_u *gui_mch_get_fontname(GuiFont font, char_u *name);
22 void gui_mch_free_font(GuiFont font);
70 void gui_mch_set_font(GuiFont font);
H A Dgui_gtk_x11.pro37 GuiFont gui_mch_get_font(char_u *name, int report_error);
38 char_u *gui_mch_get_fontname(GuiFont font, char_u *name);
39 void gui_mch_free_font(GuiFont font);