On Sun, Sep 30, 2012, at 05:35 PM, Eric Gorr wrote: > An odd request I know, but I have a need to take a regular font and > obtain a dotted version of it.
What does this mean? You want to draw the outline of the glyphs using a dotted line? > Any clever ideas that would not involve loading the font into a font > editor and turing it into a dotted font? Convert the glyphs into a path, set the current context's dash pattern, and draw the path? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
