Re: NSTextView and font sizes?
Re: NSTextView and font sizes?
- Subject: Re: NSTextView and font sizes?
- From: Douglas Davidson <email@hidden>
- Date: Tue, 21 Jan 2003 10:30:28 -0800
On Tuesday, January 21, 2003, at 10:18 AM, Alex Rice wrote:
I have subclassed NSTextView to use for printing some attributed
strings and letting the NSTextView do the layout and most of the print
drawing method. It all happens off-screen and seems to work perfectly.
Is there any danger in this technique since NSTextView is actually a
"front-end" component of the text system?
It should be legitimate, as far as I know, to use a view for printing
without bringing it on-screen. NSTextView deliberately does not draw
certain things when printing--for example, the indicators for selected
and marked text--but this is standard and usually the desired behavior.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.