CoreTextArc

Last Revision:
Version 1.0, 2007-06-04
Illustrates the use of fonts, lines, and runs in a Core Text text drawing Carbon application.
Build Requirements:
Xcode 3.0
Runtime Requirements:
Mac OS X 10.5

Carbon application that uses Core Text to draw text along a curved arc. Demonstrates key concepts in getting started with Core Text such as using CTFont, CTLine, and CTRun objects. Shows how to draw individual runs or individual glyphs manually. Also illustrates basic Carbon application design concepts such as getting values for controls, maintaining proper control state, and using localized strings.