Re: Rich Text
Re: Rich Text
- Subject: Re: Rich Text
- From: Sherm Pendley <email@hidden>
- Date: Mon, 20 Jun 2005 12:55:26 -0400
On Jun 20, 2005, at 12:40 PM, Ian was here wrote:
Does anyone know a quick, straight-forward way of
storing and retrieving rich text from an NSTextView?
Just grab the NSTextStorage object from it:
NSTextStorage *stor = [textView textStorage];
NSTextStorage is a subclass of NSMutableAttributedString, so you can
bend, fold, or spindle it however you please.
Reference:
<http://developer.apple.com/documentation/Cocoa/Conceptual/
TextArchitecture/index.html>
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
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: | |
| >Rich Text (From: Ian was here <email@hidden>) |