Re: Core Text?
Re: Core Text?
- Subject: Re: Core Text?
- From: Aki Inoue <email@hidden>
- Date: Mon, 19 Nov 2007 13:50:00 -0800
If you have an existing Carbon application that directly calls
CoreText, you can still use the same CoreText C API while migrating to
Cocoa; however, the Cocoa Text System that's using the same CoreText
layout engine underneath should be able to accommodate majority of
your text rendering needs.
You can refer to:
<http://developer.apple.com/documentation/Cocoa/Conceptual/TextArchitecture/index.html
>
<http://developer.apple.com/documentation/Cocoa/Conceptual/TextUILayer/index.html
>
<http://developer.apple.com/documentation/Cocoa/Conceptual/TextLayout/index.html
>
<http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/NSString_AppKitAdditions/Reference/Reference.html
>
Aki
On 2007/11/19, at 13:35, Rick Mann wrote:
I'm trying to move my Carbon app to Cocoa. It uses Core Text. Do I
just use the same C API from Cocoa, or is there a Cocoa binding?
Looking at the Nov 2007 docs, I don't see a doc specifically about
Core Text in the Cocoa section.
TIA,
--
Rick
_______________________________________________
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
_______________________________________________
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
References: | |
| >Core Text? (From: Rick Mann <email@hidden>) |