Returns whether long lines of text will wrap within or between words.
Returns whether long lines of text will wrap within or between words.
Signature:
Code
enabled = FontString:CanNonSpaceWrap()
Returns:
enabled - 1 if long lines of text will wrap at any character boundary (i.e possibly in the middle of a word); nil to only wrap at whitespace characters (i.e. only between words) (1nil)