On Mon, Feb 8, 2010 at 9:36 AM, Alexander Heinz <[email protected]> wrote: > Thanks for the pointer; I wouldn't have known to look for "typing > attributes." Unfortunately, while NSTextView has a - setTypingAttributes: > method, the documentation for NSTextField, NSTextFieldCell, and NSText > doesn't even mention "typing attributes," so I'm still stuck.
"Typing attributes" only makes sense when you're typing, so logically it will only apply to the field editor, which is an instance of NSTextView (even though it's typed as NSText). --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
