I am trying to render text to a shape that isn\'t a rectangle. The following code works when I add a rectangular path but not when I add an elliptical path. Ultimately, I\
http://lists.apple.com/archives/quartz-dev/2010/Mar/msg00049.html
The problem was documentation bug. The function does not support non-rectangular path currently. I hope it'll be implemented soon, but it is not yet.
you can draw on any sort of UIBeizerPath, sample code here: https://github.com/erica/iOS-5-Cookbook/tree/master/C10/19-Drawing%20onto%20Paths