Sets whether long lines of text will wrap within or between words.
Sets whether long lines of text will wrap within or between words.
Signature:
Code
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)