Quote Originally Posted by jpbro View Post
I'm not sure if this is the best/fastest way, but you can call DrawText with the PathOnly parameter = True, then call Stroke to draw the outline. E.g. (where "c" is a CCairoContext object):
...
Thank you!
I just came to same solution. First tried pathonly=true, but nothing appeared so then I used "stroke" and it worked.
... but to me seems not well Antialiased... maybe I'm wrong.