FROM : Nick Zitzmann
DATE : Mon Apr 25 22:37:15 2005
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/>
DATE : Mon Apr 25 22:37:15 2005
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/>
| Related mails | Author | Date |
|---|---|---|
| Roland Silver | Apr 25, 22:30 | |
| Nick Zitzmann | Apr 25, 22:37 | |
| Douglas Davidson | Apr 25, 22:37 | |
| Shawn Erickson | Apr 25, 22:41 | |
| Stéphane Sudre | Apr 25, 22:42 |






Cocoa mail archive

