is_ellipsized
Description:
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.
Parameters:
this |
a `PangoLayout` |
Returns:
true if any paragraphs had to be ellipsized, false otherwise |