diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-14 12:06:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 10:22:20 -0400 |
commit | 13103cdcf4e73d9b3dbc41deeecc136baa490e8d (patch) | |
tree | 42b1a520120bb0217fdac85d26afcd972fa9672a /docs/pango-sections.txt | |
parent | d9569d06cf3b3027ab4f9512703a56745d7074cc (diff) | |
download | pango-13103cdcf4e73d9b3dbc41deeecc136baa490e8d.tar.gz |
Add pango_tailor_break
This function lets you apply language-specific
tailoring on top of breaks produced by
pango_default_break.
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index e20c917a..496db41a 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -23,6 +23,7 @@ pango_break pango_get_log_attrs pango_find_paragraph_boundary pango_default_break +pango_tailor_break PangoLogAttr <SUBSECTION> @@ -71,6 +72,7 @@ PANGO_CONTEXT_CLASS PANGO_IS_CONTEXT PANGO_IS_CONTEXT_CLASS PANGO_CONTEXT_GET_CLASS +PANGO_TYPE_ITEM <SUBSECTION Private> pango_context_get_type |