Function
Pangobreak
deprecated: 1.44 since: 1.0
Declaration
void
pango_break (
const char* text,
int length,
PangoAnalysis* analysis,
PangoLogAttr* attrs,
int attrs_len
)
Description
No description available.
Available since: 1.0
Deprecated since: 1.44
Use pango_default_break()
,
pango_tailor_break()
and pango_attr_break()
.
Parameters
text
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. length
-
Type:
int
No description available.
analysis
-
Type:
PangoAnalysis
No description available.
The data is owned by the caller of the function. attrs
-
Type: An array of
PangoLogAttr
No description available.
The length of the array is specified in the attrs_len
argument.The data is owned by the caller of the function. attrs_len
-
Type:
int
No description available.