Package: pango

Function pango-layout-is-wrapped

Lambda List

pango-layout-is-wrapped (layout)

Arguments

layout -- a pango-layout object

Return Value

True if any paragraphs had to be wrapped, false otherwise.

Details

Queries whether the layout had to wrap any paragraphs.

This returns true if a positive width is set on the layout, ellipsization mode of the layout is set to PANGO_ELLIPSIZE_NONE, and there are paragraphs exceeding the layout width that have to be wrapped.
 

See also

2021-1-14