diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-31 23:37:57 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-31 23:37:57 +0000 |
commit | cc598c9b7ff1fe1ae5bc58bc73963bad20b3911d (patch) | |
tree | 4b76d36173e4ea0c7a70c662fa7cc8352c9fbcb5 | |
parent | 2ecc7c45ab6eed5367ba8dc704d45c20e38b6b47 (diff) | |
parent | ec16e4c5f9e5c4b6ddcdee94ce577aa934722eb5 (diff) | |
download | pango-cc598c9b7ff1fe1ae5bc58bc73963bad20b3911d.tar.gz |
Merge branch 'markup-docs' into 'master'
docs: Add missing attributes in markup docs
See merge request GNOME/pango!314
-rw-r--r-- | docs/pango_markup.md | 20 |
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>` |