attrBreak
fn
void attrBreak(string text, pango.attr_list.AttrList attrList, int offset, pango.types.LogAttr[] attrs)Apply customization from attributes to the breaks in attrs.
The line breaks are assumed to have been produced by funcPango.default_break and funcPango.tailor_break.
Parameters
text | text to break. Must be valid UTF-8 |
attrList | [pango.attr_list.AttrList] to apply |
offset | Byte offset of text from the beginning of the paragraph |
attrs | array with one [pango.types.LogAttr] per character in text, plus one extra, to be filled in |