Re: NSKeyedArchiver on OSX to NSKeyedUnarchiver iOS
Re: NSKeyedArchiver on OSX to NSKeyedUnarchiver iOS
- Subject: Re: NSKeyedArchiver on OSX to NSKeyedUnarchiver iOS
- From: Sandro Noël <email@hidden>
- Date: Wed, 11 Aug 2010 18:56:10 -0400
Glenn & Ricky thank you for the insight.
The reason I am trying to pass the attributed string from one platform to the other
is exactly because I am using CoreText to render the string.
is there a way to render plain RTF strings with core Text?
best regards.
On 2010-08-11, at 5:32 PM, glenn andreas wrote:
> You might be able to get away with using CoreText and it's attributes (which are based on CG/CT objects like CGColor and CTFont), but obviously that's not what you're going to get from AppKits default attributed string support. So you'll probably have to give up on using AppKit's NSAttributedString extensions all together, and switch to the CoreText ones (and take advantage of the CFAttributedString/NSAttributedString toll free bridging).
>
>
>
> Glenn Andreas email@hidden
> The most merciful thing in the world ... is the inability of the human mind to correlate all its contents - HPL
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden