Method Pango.Layout()->set_wrap()
- Method
set_wrap
 Pango.Layoutset_wrap(intwrap)- Description
 Sets the wrap mode; the wrap mode only has an effect if a width is set on the layout with set_width(). To turn off wrapping, set the width to -1. One of
PANGO_WRAP_CHAR,PANGO_WRAP_WORDandPANGO_WRAP_WORD_CHAR.