break_

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.

More...

Parameters

text string

the text to process. Must be valid UTF-8

analysis pango.analysis.Analysis

pango.analysis.Analysis structure for text

attrs pango.types.LogAttr[]

an array to store character information in

Detailed Description

Deprecated: Use funcPango.default_break, funcPango.tailor_break and funcPango.attr_break.