Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_gtk_x11.c4802 PangoFontDescription *bold_font_desc; in get_styled_font_variants() local
4813 bold_font_desc = pango_font_description_copy_static(gui.norm_font); in get_styled_font_variants()
4814 pango_font_description_set_weight(bold_font_desc, PANGO_WEIGHT_BOLD); in get_styled_font_variants()
4816 bold_font = pango_context_load_font(gui.text_context, bold_font_desc); in get_styled_font_variants()
4828 pango_font_description_free(bold_font_desc); in get_styled_font_variants()