Package: pango

Function pango:layout-is-ellipsized

Lambda List

pango:layout-is-ellipsized (layout)

Arguments

layout -- a pango:layout object

Return Value

True if any paragraphs had to be ellipsized, false otherwise.

Details

Queries whether the Pango layout had to ellipsize any paragraphs. This returns true if the ellipsization mode for the Pango layout is not :none, a positive width is set on the Pango layout, and there are paragraphs exceeding that width that have to be ellipsized.
 

See also

#2025-2-15