Re: using coregraphics with vector art from illustrator
Re: using coregraphics with vector art from illustrator
- Subject: Re: using coregraphics with vector art from illustrator
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 19 Apr 2010 15:08:52 -0600
On Apr 19, 2010, at 2:59 PM, Patrick J. Collins wrote:
> I have an app that I am using CoreGraphics to draw music notation symbols, and
> I want to keep things perfectly scalable (for zooming), and am just wondering
> what the best way to go about this is...
Either do your drawing using Bezier paths, or use a vector-based font for the symbols. Just stay away from scalar graphics, such as compositing bitmap images or old-school fonts, and you should be fine wrt zooming or changing the DPI.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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