Layout.isEllipsized

bool isEllipsized()

Queries whether the layout had to ellipsize any paragraphs.

This returns true if the ellipsization mode for layout is not [pango.types.EllipsizeMode.None], a positive width is set on layout, and there are paragraphs exceeding that width that have to be ellipsized.

Returns

true if any paragraphs had to be ellipsized,

false otherwise