I’m writing in Flex a simple app that allows product personalization, right now I’m working on adding engraving text. Most products are round so I want the text the be slightly curved when placed on the product to give it more realism.
I’ve looked into text curving/arching in Flex but the solutions I’ve found seem to be overkill for my requests.
Does anyone know how I can slightly curve text in Flex without too much hassle?
This is what I’m looking to achieve https://i.stack.imgur.com/caHMB.png
Thank you.
There’s a simple flex components at http://code11.com/lab/experiments/flex/text-on-circle-flex-component/ that would provide you with the means to do just that.