Enum Enums.TextWrap
Sets the word wrapping style for
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.TextWrap
Fields
Name | Description |
---|---|
Char | Wrap at character boundaries. |
None | No wrapping. |
Word | Wrap at word boundaries. |
WordChar | Wrap at word boundaries, but fall back to character boundaries if there is not enough space for a full word. |