summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktexttag.h')
-rw-r--r--gtk/gtktexttag.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtktexttag.h b/gtk/gtktexttag.h
index ea30059b75..f75a1760b0 100644
--- a/gtk/gtktexttag.h
+++ b/gtk/gtktexttag.h
@@ -60,6 +60,7 @@ struct _GtkTextTag
guint weight_set : 1;
guint stretch_set : 1;
guint size_set : 1;
+ guint scale_set : 1;
guint fg_stipple_set : 1;
guint justification_set : 1;
guint left_margin_set : 1;
@@ -148,6 +149,8 @@ struct _GtkTextAttributes
/* Individual chunks of this can be set/unset as a group */
PangoFontDescription font;
+ gdouble font_scale;
+
gint left_margin;
gint indent;