diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-04 09:43:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-04 10:37:44 -0400 |
commit | 2e6f2eb8148220b09d4834065d53c73a3ac2427b (patch) | |
tree | 9fce36e84330531009328f2054262a4f3eddd68f /docs | |
parent | 1284511871dd80592ef862fcc5ccb5639ac9fe0e (diff) | |
download | pango-2e6f2eb8148220b09d4834065d53c73a3ac2427b.tar.gz |
Add an insert-hyphens attribute
Add a text attribute that allows to suppress
insertion of hyphens at intra-word line breaks.
This is useful for non-paragraph-like contexts,
where line breaks are needed, but hyphens are not
expected.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 7a95d401..c179633b 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -413,6 +413,7 @@ pango_attr_font_features_new pango_attr_foreground_alpha_new pango_attr_background_alpha_new pango_attr_allow_breaks_new +pango_attr_insert_hyphens_new PangoShowFlags pango_attr_show_new PangoColor |