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 Pango layout had to wrap any paragraphs. This returns true if a positive width is set on the Pango layout, the ellipsization mode of the Pango layout is set to :none, and there are paragraphs exceeding the Pango layout width that have to be wrapped.
 

See also

#2025-2-15