@break


Description:


[ Version ( deprecated = true , deprecated_since = "1.44" ) ]
public void @break (string text, int length, Analysis analysis, LogAttr[] attrs)

Warning: @break is deprecated since 1.44.

Determines possible line, word, and character breaks for a string of Unicode text with a single analysis.

Note:

Use [func@Pango.default_break], [func@Pango.tailor_break] and [func@Pango.attr_break].

For most purposes you may want to use [func@Pango.get_log_attrs].

Parameters:

text

the text to process. Must be valid UTF-8

length

length of text in bytes (may be -1 if text is nul-terminated)

analysis

`PangoAnalysis` structure for text

attrs

an array to store character information in

attrs_len

size of the array passed as attrs


Namespace: Pango
Package: pango