its possible to bend text ?
Develop games in your browser. Powerful, performant & highly capable.
This topic here shows a way to bend text:
construct.net/en/forum/construct-3/general-discussion-7/text-follow-curved-path-157571
It divers the text up to make an object per character and uses the .textWidth expression to get the size. Then just places them along a path using cubic() as I recall.
An alternative way could be to utilize a distort mesh instead.