Re: Bad solution for RTF template?
Re: Bad solution for RTF template?
- Subject: Re: Bad solution for RTF template?
- From: Carl Norum <email@hidden>
- Date: Mon, 02 Jun 2003 21:41:07 -0600
On Monday, June 2, 2003, at 08:47 PM, Boaz Stuller wrote:
This is actually quite easy; you just call NSMutableAttributedString's
-mutableString method, make whatever changes you want to the returned
NSMutableString and your attributed string will be automagically
updated to match, including the fixing up of attributes .
Aha! As expected, I am blind.
From the docs:
- (NSMutableString *)mutableString
Returns the character contents of the receiver as an NSMutableString
object. The receiver tracks changes to this string and keeps its
attribute mappings up to date.
*sigh*
-- Carl
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.