Package: pango
Function pango:layout-is-ellipsized
Lambda Listpango:layout-is-ellipsized (layout) ArgumentsReturn 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-08-24