diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-22 11:44:25 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-10-31 21:23:59 -0400 |
commit | 27ede8c45f011d5351a38019332f6f3f85c83a32 (patch) | |
tree | 05636f340e78aa75e42dc3b17187781e7fc29759 /docs/pango-sections.txt | |
parent | 85bdfead1b36945db251df22b2db6789cbf4cd6c (diff) | |
download | pango-27ede8c45f011d5351a38019332f6f3f85c83a32.tar.gz |
Add an overline attribute
Add a new PangoOverline enum, and overline
and overline_color attributes, which parallel
the attributes we have for underlines and
strikethrough.
For now, the enum just has 'none' and 'single'
values.
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 70c4378c..e87b8750 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -395,6 +395,9 @@ pango_attr_strikethrough_color_new pango_attr_underline_new pango_attr_underline_color_new PangoUnderline +pango_attr_overline_new +pango_attr_overline_color_new +PangoOverline pango_attr_shape_new pango_attr_shape_new_with_data PangoAttrDataCopyFunc |