funcPango.default_break,
funcPango.tailor_break and funcPango.attr_break.
void break_(string text, pango.analysis.Analysis analysis, pango.types.LogAttr[] attrs)Determines possible line, word, and character breaks for a string of Unicode text with a single analysis.
For most purposes you may want to use funcPango.get_log_attrs.
text | the text to process. Must be valid UTF-8 |
analysis | [pango.analysis.Analysis] structure for text |
attrs | an array to store character information in |
funcPango.default_break,
funcPango.tailor_break and funcPango.attr_break.