[NSBezierPath appendBezierPathWithGlyphs] broken in 10.2?
[NSBezierPath appendBezierPathWithGlyphs] broken in 10.2?
- Subject: [NSBezierPath appendBezierPathWithGlyphs] broken in 10.2?
- From: Brock Brandenberg <email@hidden>
- Date: Sun, 04 Aug 2002 14:30:43 -0500
Has anyone else used and noticed that [NSBezierPath
appendBezierPathWithGlyphs:count:inFont:] has broken or changed behavior
under 10.2? It used to properly position the outline of each glyph from the
array returned from the layout manager, but now it stacks each glyph outline
on top of one another, seemingly ignoring the glyph origin positions from
the layout manager. I have two parallel routines - one that uses
CGContextShowGlyphsAtPoint() and one that uses [NSBezierPath
appendBezierPathWithGlyphs:count:inFont:] - for drawing into a PDF file as
editable text or as outlines. The CGContextShowGlyphsAtPoint() still works
fine when passed the same array of glyphs (cast as CGGlyphs of course).
Thanks,
Brock Brandenberg
----- industrial design @ www.bergdesign.com ------
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.