How can we get path of particular string?
I just found out that CTFontCreatePathForGlyph will give CGPathRef , but its will be the outline of text .
for example the letter 'O' the path i get from the above method is like a circle with in a circle ..
See how we draw the letter 'O' is just one circle.
I hope that the above details are enough for to understand my problem.let me know any updates
I need this text path for showing a text drawing animation..
UPDATE please see the below image.(1) shows what i get now..but i need the path like shown in (2)
