Function
Pangoattr_break
since: 1.50
Declaration
void
pango_attr_break (
const char* text,
int length,
PangoAttrList* attr_list,
int offset,
PangoLogAttr* attrs,
int attrs_len
)
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.
attr_list
-
Type:
PangoAttrList
No description available.
The data is owned by the caller of the function. offset
-
Type:
int
No description available.
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.