Re: CGContextShowTextAtPoint
Re: CGContextShowTextAtPoint
- Subject: Re: CGContextShowTextAtPoint
- From: Quincey Morris <email@hidden>
- Date: Tue, 13 Oct 2015 15:14:38 -0700
- Feedback-id: 167118m:167118agrif8a:167118sUkhCZRVfQ:SMTPCORP
On Oct 13, 2015, at 15:02 , Raglan T. Tiger <email@hidden> wrote:
>
> I see that CGContextShowTextAtPoint is deprecated in 10.9 ... is it gone in 10.11?
Apparently. There’s this:
https://developer.apple.com/library/prerelease/mac/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_text/dq_text.html#//apple_ref/doc/uid/TP30001066-CH213-TPXREF101
which says:
> "This chapter previously described the basic text support provided by Quartz. However, the low-level support provided by Quartz has been deprecated and superceded by Core Text, an advanced low-level technology for laying out text and handing fonts. Core Text is designed for high performance and ease of use and allows you to draw Unicode text directly to a graphics context. If you are writing an application that needs precise control over how text is displayed, see Core Text Programming Guide."
So it’s time to move on.
_______________________________________________
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