Searched refs:bold_font (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dgui.h314 GuiFont bold_font; /* Bold font */ member in struct:Gui
H A Dgui_x11.c1921 if (gui.bold_font == NOFONT
1924 gui.bold_font = gui_mch_get_font(gui.rsrc_bold_font_name, FALSE);
1940 if (gui.bold_font != NOFONT)
1942 XFreeFont(gui.dpy, (XFontStruct *)gui.bold_font);
1943 gui.bold_font = NOFONT;
H A Dgui_riscos.c990 gui_mch_free_font(gui.bold_font);
991 gui.bold_font = ro_get_font(font_name, 1);
1013 gui_mch_free_font(gui.bold_font);
1014 gui.bold_font = 0;
H A Dgui_gtk_x11.c4231 PangoFont *bold_font; local
4243 bold_font = pango_context_load_font(gui.text_context, bold_font_desc);
4249 if (bold_font != NULL)
4251 gui.font_can_bold = (bold_font != plain_font);
4252 g_object_unref(bold_font);
H A Dgui_w48.c3124 gui_mch_free_font(gui.bold_font);
3125 gui.bold_font = NOFONT;
3138 gui.bold_font = get_font_handle(&lf);
H A Dgui_photon.c3012 gui_mch_free_font( gui.bold_font );
3013 gui.bold_font = gui_ph_get_font( font_name, font_flags | PF_STYLE_BOLD,
H A Dgui.c256 gui.bold_font = NOFONT;
2094 else if (gui.bold_font != NOFONT)
2096 font = gui.bold_font;
H A Dsyntax.c9487 gui_mch_free_font(gui.bold_font);
/macosx-10.10/groff-38/groff/src/devices/grohtml/
H A Dpost-html.cpp4070 font *bold_font = make_bold(sbuf_style.f); local
4071 if (bold_font != NULL)
4072 sbuf_style.f = bold_font;
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp6275 void bold_font() function
6461 init_request("bd", bold_font);

Completed in 321 milliseconds