diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-05 22:22:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-05 22:22:50 -0400 |
commit | 9fedf63c9c41393e7f5b77af1329a731c960fb8b (patch) | |
tree | 5aeb1bb12f0bd3fc7b0194b3cc73d9b1e2afd4c0 /gtk/gtktextattributes.h | |
parent | d1213c6e66ab84cfec8476c2c4661ea8ac43e607 (diff) | |
download | gtk+-line-spacing.tar.gz |
textview: Add a line-spacing propertyline-spacing
This exposes a line-spacing property that corresponds
to the PangoLayout property of the same name.
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r-- | gtk/gtktextattributes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index 05f7750247..479b961b3a 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -147,6 +147,8 @@ struct _GtkTextAttributes int pixels_below_lines; int pixels_inside_wrap; + float line_spacing; + int letter_spacing; guint invisible : 1; |