Function
Pangotailor_break
Declaration [src]
void
pango_tailor_break (
  const char* text,
  int length,
  PangoAnalysis* analysis,
  int offset,
  PangoLogAttr* attrs,
  int attrs_len
)
Description [src]
Apply language-specific tailoring to the breaks in 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.
Note that it is better to pass -1 for offset and use pango_attr_break()
to apply attributes to the whole paragraph.
| Available since: | 1.44 | 
Parameters
| text | const char* | 
| Text to process. Must be valid UTF-8 | |
| The data is owned by the caller of the function. | |
| The value 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  | |
| attrs | An array of PangoLogAttr | 
| Array with one  | |
| The length of the array is specified in the attrs_lenargument. | |
| The data is owned by the caller of the function. | |
| attrs_len | int | 
| Length of  |