summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-09 03:04:21 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-09 03:04:21 +0000
commitc4d138179443b49d817830c78ddcd1459cf5505f (patch)
tree105703add2c026aeff6d297d244bc6d9e2c579d7 /docs
parentf437641bcc412d7e7ac2f706487bbbdeaeddc87e (diff)
parent336dca6530d9dc41b101018d7f4af4a27e70445d (diff)
downloadpango-c4d138179443b49d817830c78ddcd1459cf5505f.tar.gz
Merge branch 'line-height-attribute' into 'main'
Implement css-like line-height See merge request GNOME/pango!390
Diffstat (limited to 'docs')
-rw-r--r--docs/pango_markup.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/pango_markup.md b/docs/pango_markup.md
index 16359777..03718907 100644
--- a/docs/pango_markup.md
+++ b/docs/pango_markup.md
@@ -190,6 +190,12 @@ allow_breaks
: 'true' or 'false' to indicate whether breaking lines is allowed. Available
since Pango 1.44.
+line_height
+: Overrides the line height. The value can be either a factor (< 1024) that is
+ used to scale up the logical extents of runs or an absolute value (in 1024th
+ of a point).
+ Available since Pango 1.50.
+
## Convenience Tags
`<b>`