Use Pango Attributes for bold and italics

This commit is contained in:
TingPing
2013-09-28 23:02:38 -04:00
parent 0d2feba69c
commit c537dae7f8
2 changed files with 21 additions and 120 deletions

View File

@@ -173,7 +173,6 @@ struct _GtkXText
struct pangofont
{
PangoFontDescription *font;
PangoFontDescription *ifont; /* italics */
int ascent;
int descent;
} *font, pango_font;