[ 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.
this |
a `PangoLayout` |
true if any paragraphs had to be wrapped, false otherwise |