Home
last modified time | relevance | path

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

/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Ddrawing-cairo.cc144 PangoFontDescription *bolddesc = nullptr; in set_text_font() local
154 bolddesc = pango_font_description_copy (fontdesc); in set_text_font()
155 pango_font_description_set_weight (bolddesc, PANGO_WEIGHT_BOLD); in set_text_font()
162 bolditalicdesc = pango_font_description_copy (bolddesc); in set_text_font()
166 m_fonts[VTE_DRAW_BOLD] = FontInfo::create_for_widget(widget, bolddesc); in set_text_font()
170 pango_font_description_free (bolddesc); in set_text_font()
/dports/x11-toolkits/vte/vte-0.28.2/src/
H A Dvtedraw.c918 PangoFontDescription *bolddesc = NULL; in _vte_draw_set_text_font() local
929 bolddesc = pango_font_description_copy (fontdesc); in _vte_draw_set_text_font()
930 pango_font_description_set_weight (bolddesc, PANGO_WEIGHT_BOLD); in _vte_draw_set_text_font()
932 draw->font_bold = font_info_create_for_widget (draw->widget, bolddesc, antialias); in _vte_draw_set_text_font()
933 pango_font_description_free (bolddesc); in _vte_draw_set_text_font()
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/src/
H A Dvtedraw.c833 PangoFontDescription *bolddesc = NULL; in _vte_draw_set_text_font() local
850 bolddesc = pango_font_description_copy (fontdesc); in _vte_draw_set_text_font()
851 pango_font_description_set_weight (bolddesc, PANGO_WEIGHT_BOLD); in _vte_draw_set_text_font()
858 bolditalicdesc = pango_font_description_copy (bolddesc); in _vte_draw_set_text_font()
862 draw->fonts[VTE_DRAW_BOLD] = font_info_create_for_widget (widget, bolddesc); in _vte_draw_set_text_font()
866 pango_font_description_free (bolddesc); in _vte_draw_set_text_font()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvtedraw.cc840 PangoFontDescription *bolddesc = NULL; in _vte_draw_set_text_font() local
857 bolddesc = pango_font_description_copy (fontdesc); in _vte_draw_set_text_font()
858 pango_font_description_set_weight (bolddesc, PANGO_WEIGHT_BOLD); in _vte_draw_set_text_font()
865 bolditalicdesc = pango_font_description_copy (bolddesc); in _vte_draw_set_text_font()
869 draw->fonts[VTE_DRAW_BOLD] = font_info_create_for_widget (widget, bolddesc); in _vte_draw_set_text_font()
872 pango_font_description_free (bolddesc); in _vte_draw_set_text_font()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvtedraw.cc840 PangoFontDescription *bolddesc = NULL; in _vte_draw_set_text_font() local
857 bolddesc = pango_font_description_copy (fontdesc); in _vte_draw_set_text_font()
858 pango_font_description_set_weight (bolddesc, PANGO_WEIGHT_BOLD); in _vte_draw_set_text_font()
865 bolditalicdesc = pango_font_description_copy (bolddesc); in _vte_draw_set_text_font()
869 draw->fonts[VTE_DRAW_BOLD] = font_info_create_for_widget (widget, bolddesc); in _vte_draw_set_text_font()
872 pango_font_description_free (bolddesc); in _vte_draw_set_text_font()