Drawing Along a Path Using Core Text with Cocoa

Last Revision:
Version 1.2, 2013-09-05
Updated for modern Objective-C and ARC.
(Full Revision History)
Build Requirements:
Xcode 4.6, OS X 10.7 or later
Runtime Requirements:
OS X 10.7 or later

CoreTextArcCocoa demonstrates how you can use Core Text to draw text along an arc in a Cocoa application. It also illustrates how you can use the Cocoa font panel to receive font settings that can be used by Core Text to select the font used for drawing.