Package: pango
Function pango:layout-wrap
Lambda Listpango:layout-wrap (layout) SyntaxArgumentsDetails The pango:layout-wrap function gets the wrap mode for the Pango
layout. The (setf pango:layout-wrap) function sets the wrap mode. The wrap mode only
has effect if a width is set on the Pango layout with the pango:layout-width function. To turn off wrapping, set the width to -1. Use the pango:layout-is-wrapped function to query whether any paragraphs were actually wrapped. | See also |
#2025-2-15