Skip navigation.
 
mlRe: Core Text?
FROM : Aki Inoue
DATE : Mon Nov 19 22:50:00 2007

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_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlCore Text? Rick Mann Nov 19, 22:35
mlRe: Core Text? Aki Inoue Nov 19, 22:50
mlRe: Core Text? Rick Mann Nov 19, 22:59