break_

fnvoid 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.

Parameters

textthe text to process. Must be valid UTF-8
analysis[pango.analysis.Analysis] structure for text
attrsan array to store character information in

Deprecated

Use funcPango.default_break,

funcPango.tailor_break and funcPango.attr_break.