PgContext.pangoBreak

Determines possible line, word, and character breaks for a string of Unicode text with a single analysis.

For most purposes you may want to use pango_get_log_attrs().

More...
class PgContext
static
void
pangoBreak

Parameters

text string

the text to process. Must be valid UTF-8

length int

length of @text in bytes (may be -1 if @text is nul-terminated)

analysis PangoAnalysis*

#PangoAnalysis structure from pango_itemize()

attrs PangoLogAttr[]

an array to store character information in

Detailed Description

Deprecated: Use pango_default_break() and pango_tailor_break()

Meta