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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to