GNOME Bugzilla – Bug 462634
Deprecate pango_break() and add pango_tailor_break() or something
Last modified: 2018-05-22 12:32:08 UTC
The problem with pango_break() is that it takes one PangoAnalysis, but should be applied on the entire paragraph. To do correct breaking, one should do pango_default_break() on the entire paragraph, the call pango_tailor_break() on individual runs, do to lang-specific tailoring.
In light of bug 530427, this may not be enough. A full-fledged pango_break that takes the list of items as returned by pango_itemized() may be a better fit.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/pango/issues/89.