How to convert an NSString into an CGPathRef or path?
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-05-30T10:31:15Z
Indexed on
2010/05/30
10:32 UTC
Read the original article
Hit count: 196
iphone
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?
© Stack Overflow or respective owner