Function
Pangotailor_break
since: 1.44
Declaration
void
pango_tailor_break (
const char* text,
int length,
PangoAnalysis* analysis,
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.
analysis
-
Type:
PangoAnalysis
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.