Sets the word wrapping style forvips_text()
when used with a maximum width.
See also
VIPS_TEXT_WRAP_WORD
Wrap at word boundaries.
0
VIPS_TEXT_WRAP_CHAR
Wrap at character boundaries.
1
VIPS_TEXT_WRAP_WORD_CHAR
Wrap at word boundaries, but fall back to character boundaries if there is not enough space for a full word.
2
VIPS_TEXT_WRAP_NONE
No wrapping.
3