Sets whether long lines of text will wrap within or between words
Signature:
FontString:SetNonSpaceWrap(enable)
Arguments:
enable
- True to wrap long lines of text at any character boundary (i.e possibly in the middle of a word); false to only wrap at whitespace characters (i.e. only between words) (boolean
)