1

I'm creating a product designer using FabricJS. Is there any way to create wordart text shapes in canvas. Just like we have Text Wordarts in Microsoft Word.

I searched online but didn't find anything. I have used Fabric curvedText library though and it provides functionality to only rotate text. Is there anyway or library to create text wordart in different shapes?

Kanav
  • 2,695
  • 8
  • 34
  • 56
  • FabricJS doesn't draw text in the way you want it curved. Here's a previous SO answer showing how to do curved text in native canvas: http://stackoverflow.com/questions/19544735/how-to-make-rooftext-effect-and-valley-text-effect-in-html5-or-fabric-js/19553200#19553200. – markE Oct 11 '15 at 03:12
  • You can do it only with svg text on path but unfortunately fabricjs doesn't provide support for text on path yet. @markE 's amswer would be a possible workaround. But that is also not straight forward way to work with fabricjs but the normal html canvas api. – Kesavamoorthi Oct 12 '15 at 03:21

0 Answers0