NSTextView will truncate view when using fixed-width font
NSTextView will truncate view when using fixed-width font
- Subject: NSTextView will truncate view when using fixed-width font
- From: Michael Hanna <email@hidden>
- Date: Thu, 11 Nov 2004 16:01:26 -0500
The basic problem is that I get unpredictable results when displaying
fixed-width fonts in the TextView. The text will truncate(usually),
mostly when the point size is really large. I look at the NSTextStorage
and all the data is there..
I have tried [textView isRichText:YES], [textView isRichText:NO].
To set the font I'm using [textView setFont:font];
any ideas why this may happen?
best regards,
Michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden