[ Version ( since = "1.16" ) ]
public bool is_ellipsized ()
Queries whether the layout had to ellipsize any paragraphs.
This returns true if the ellipsization mode for this is not pango_ellipsize_none, a positive width is set on this, and there are paragraphs exceeding that width that have to be ellipsized.
this |
a `PangoLayout` |
true if any paragraphs had to be ellipsized, false otherwise |