How to convert an NSString into an CGPathRef or path?
- by mystify
I guess that string drawing actually works with paths. Could I generate a path out of a string, which than can have a fill color and an outline color, and all this stuff? How would I convert an NSString into a path?