More importantly, why are you trying to "simulate wrapped
NSTextView"? Why can't you use a real wrapped NSTextView?
The problem is I need to take the wrapped string out to NSString. If I
try to use NSTextView string] the returned string is unwrapped
(because the wrapping is only visible at UI level but the string
itself remain unwrapped). Instead I would to have the wrapped string.
Is this possible?