summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-16 22:07:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-06-22 13:57:26 -0400
commit080a14160342b558c4b8283b831b4cd7055d838f (patch)
tree807fa46c7f5e705031cf7e1b87589007ee723a79 /docs
parent4065ed19b92f09b8916aa616b29e53086ce5f64b (diff)
downloadpango-080a14160342b558c4b8283b831b4cd7055d838f.tar.gz
Complete line style changes
Add dashed and wavy line style (without an implementation), and make overline styled as well. Update all affected callers.
Diffstat (limited to 'docs')
-rw-r--r--docs/pango_markup.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/pango_markup.md b/docs/pango_markup.md
index 734829c0..4a4e8bd7 100644
--- a/docs/pango_markup.md
+++ b/docs/pango_markup.md
@@ -118,14 +118,17 @@ bgcolor
: An RGBA color specification such as '#00FF007F' or a color name such as 'red'.
underline
-: One of 'none', 'single', 'double', 'low', 'error'.
+: One of 'none', 'single', 'double', 'dashed', 'dotted' and 'wavy'.
underline_color
: The color of underlines; an RGBA color specification such as '#00FF007F' or a color
name such as 'red'.
+underline_position:
+: The position of underlines, one of 'normal' or 'under'.
+
overline
-: One of 'none' or 'single'. Overline support was added in Pango 1.46.
+: One of 'none', 'single', 'double', 'dashed', 'dotted' and 'wavy'.
overline_color
: The color of overlines; an RGBA color specification such as '#00FF007F' or a color
@@ -146,7 +149,7 @@ font_scale:
to find the new size.
strikethrough
-: 'true' or 'false' whether to strike through the text.
+: One of 'none', 'single', 'double', 'dashed', 'dotted' and 'wavy'.
strikethrough_color
: The color of strikethrough lines; an RGBA color specification such as '#00FF007F'
@@ -173,7 +176,6 @@ gravity_hint
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