Layout.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.

class Layout
bool
isEllipsized
()

Return Value

Type: bool

true if any paragraphs had to be ellipsized, false otherwise