Function
Pango.tailor_break
Declaration [src]
void
pango_tailor_break (
const char* text,
int length,
PangoAnalysis* analysis,
int offset,
PangoLogAttr* log_attrs,
int log_attrs_len
)
Description [src]
Apply language-specific tailoring to the breaks in log_attrs
.
The line breaks are assumed to have been produced by pango_default_break()
.
If offset
is not -1, it is used to apply attributes
from analysis
that are relevant to line breaking.
Parameters
text |
const char* |
text to process. Must be valid UTF-8 |
|
The data is owned by the caller of the function | |
The string is a NUL terminated UTF-8 string | |
length |
int |
length in bytes of |
|
analysis |
PangoAnalysis |
|
|
The data is owned by the caller of the function | |
offset |
int |
Byte offset of |
|
log_attrs |
An array of PangoLogAttr |
array with one |
|
The length of the array is in the log_attrs_len argument | |
The data is owned by the caller of the function | |
log_attrs_len |
int |
length of |