API Version: 1.0
Library Version: 1.56.1
Generated by gi-docgen 2024.1
since: 1.16
gboolean pango_layout_is_wrapped ( PangoLayout* layout )
Queries whether the layout had to wrap any paragraphs.
This returns TRUE if a positive width is set on layout, and there are paragraphs exceeding the layout width that have to be wrapped.
TRUE
layout
Available since: 1.16
Type: gboolean
gboolean
TRUE if any paragraphs had to be wrapped, FALSE otherwise.
FALSE