Re: NSBezierPath append CGGlyph
Re: NSBezierPath append CGGlyph
- Subject: Re: NSBezierPath append CGGlyph
- From: Scott Thompson <email@hidden>
- Date: Sat, 1 Sep 2007 10:18:33 -0500
On Sep 1, 2007, at 8:59 AM, Keith Duncan wrote:
I'm doing some work with Quartz and have a buffer of CGGlyphs. I am
trying to append them to an NSBezierPath but I cannot find an
appropriate method.
I tried simply casting them to (NSGlyph *) which obviously didn't
work. Any suggestions?
NSGlyph is not an object, it's an int. Try casting them to a NSGlyph
(no asterisk)
_______________________________________________
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