Skip navigation.
 
mlRe: drawing text on a path?
FROM : Douglas Davidson
DATE : Wed Jan 29 21:33:20 2003

On Wednesday, January 29, 2003, at 09:20  AM, R. Ecalcitrance wrote:

> Any advice on the subject of drawing text on a path?


The CircleView example (/Developer/Examples/AppKit/CircleView) draws
text along a particular path--a circle.  It should be fairly
straightforward to modify it to draw text along a different path. 
Another thing you might want to look at is the ability to get an
NSBezierPath representation of a glyph or sequence of glyphs.  There
are a number of effects that are possible given such a representation.

Douglas Davidson
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mldrawing text on a path? R. Ecalcitrance Jan 29, 18:20
mlRe: drawing text on a path? Erik M. Buck Jan 29, 19:44
mlRe: drawing text on a path? Janek Priimann Jan 29, 19:44
mlRe: drawing text on a path? Robert Cerny Jan 29, 19:50
mlRe: drawing text on a path? Douglas Davidson Jan 29, 21:33
mlRe: drawing text on a path? Scott Anguish Jan 29, 23:02
mlRe: drawing text on a path? Douglas Davidson Jan 29, 23:12