Enumeration

VipsTextWrap

Declaration

enum Vips.TextWrap

Description [src]

Sets the word wrapping style for vips_text() when used with a maximum width.

::: seealso vips_text().

Members

Name Description
VIPS_TEXT_WRAP_WORD

Wrap at word boundaries.

VIPS_TEXT_WRAP_CHAR

Wrap at character boundaries.

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.

VIPS_TEXT_WRAP_NONE

No wrapping.