is_wrapped


Description:

[ Version ( since = "1.16" ) ]
public bool is_wrapped ()

Queries whether the layout had to wrap any paragraphs.

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

Parameters:

this

a `PangoLayout`

Returns:

true if any paragraphs had to be wrapped, false otherwise