is_wrapped
Description:
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 |