summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-31 19:25:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-31 19:25:12 -0400
commitec16e4c5f9e5c4b6ddcdee94ce577aa934722eb5 (patch)
treec60ea6e311d7a1e37cff1249f634cafa0d400bfc
parent4556d2a72e02036d53c3523e98b2feaf3bf734a0 (diff)
downloadpango-markup-docs.tar.gz
docs: Add missing attributes in markup docsmarkup-docs
Some of the more recent additions did never make it into the docs, such as overline, insert_hyphens and allow_breaks.
-rw-r--r--docs/pango_markup.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/pango_markup.md b/docs/pango_markup.md
index 8541a71f..8291dc3c 100644
--- a/docs/pango_markup.md
+++ b/docs/pango_markup.md
@@ -136,6 +136,13 @@ underline_color
: The color of underlines; an RGB color specification such as '#00FF00' or a color
name such as 'red'.
+overline
+: One of 'none' or 'single'. Overline support was added in Pango 1.46/
+
+overline_color
+: The color of overlines; an RGB color specification such as '#00FF00' or a color
+ name such as 'red'. Overline support was added in Pango 1.46/
+
rise
: Vertical displacement, in Pango units. Can be negative for subscript, positive
for superscript.
@@ -165,6 +172,19 @@ gravity
gravity_hint
: One of 'natural', 'strong', 'line'.
+show
+: Specifies what special characters to show visibly. The value can be 'none'
+ or a combination of 'spaces', 'line-breaks' and 'ignorables', combined with '|'.
+ Support for showing special characters was added in Pango 1.44.
+
+insert_hyphens
+: 'true' or 'false' to indicate whether hyphens should be inserted when breaking
+ lines in the middle of words. Available since Pango 1.44.
+
+allow_breaks
+: 'true' or 'false' to indicate whether breaking lines is allowed. Available
+ since Pango 1.44.
+
## Convenience Tags
`<b>`