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