Re: setFont
Re: setFont
- Subject: Re: setFont
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 25 Apr 2005 14:37:15 -0600
On Apr 25, 2005, at 2:30 PM, Roland Silver wrote:
how do I output a message to an NSTextView in a progammatically
specified font?
Get the text view's text storage, which is a subclass of
NSMutableAttributedString. Then you can append an attributed string
to the text storage.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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
References: | |
| >setFont (From: Roland Silver <email@hidden>) |