Re: Need help setting font of NSTextView
Re: Need help setting font of NSTextView
- Subject: Re: Need help setting font of NSTextView
- From: Doug Brown <email@hidden>
- Date: Thu, 10 Jan 2002 20:52:52 -0800
Hi,
Thanks for the reply again...
I'm confused again - I don't understand the Cocoa docs. I looked at the
TextEdit Preferences.m file, but I'm still confused. I think I have
implemented the Font panel, but I don't understand what I'm supposed to
be doing in the -changeFont: method. Also, I don't understand how to use
-convertFont:
Could you please explain those to me? Thanks!
Doug
(p.s. thanks Ali!)
On Thursday, January 10, 2002, at 07:10 PM, Douglas Davidson wrote:
Here is one suggestion from Ali Ozer: You might want to look at
TextEdit's Preferences.m, which brings up a font panel targetted at a
non-editable textfield. Actually, the font panel is targetted at the
Preferences object, which grabs font change info by implementing
-changeFont:.
Douglas Davidson