Right now I have a game where I need to show headers along a bezier curve, because the banner behind the header droops down in the middle. I don't need to animate anything, just show a CCLabelTTF along a bezier curve. Does anyone know how I can even get started on trying to implement this?
I'm also aware of the thread: http://www.cocos2d-iphone.org/forum/topic/21237, but that relates to a CCLabelBMFont and for that you have to be using a font with file extension fnt, which doesn't work for me, because I need to use a TTF font. In any case, if anyone can give me any advice on how I can get started on this, I'd greatly appreciate it!