[FONT=Times New Roman]I have a project that needs to take dynamic text and arc it. Similar to this:
[COLOR=#0000ff]http://www.no-refresh.com/button_designer/[/COLOR]
In this example, select a font then click “create text item”. At this point you can slide the meter to change the arc of the text. This is exactly what I need to do.
My understanding of what needs to be done is I need to first break the letters of the text field into separate text fields, loop thru them then position and rotate each char to the desired arc. The problem is my trigonometry really bites. I’ve tried many tutorials and I’ve gotten similar results, mainly arcing text into a complete circle at different radiuses. But all I need to do is what’s in the example, which is allowing the user to gradually arch the text.
Please any help would be appreciated.[/FONT]