Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In HTML5, can I make an irregular shaped text box?

Just to be clear, I am not starting with a rectangular text box and floating around an irregular image. I am creating an arbitrary shape then typing in text to best fit into this shape. Is there a jquery plugin or in html5 canvas? Is this even possible yet?

like image 940
Slamice Avatar asked Nov 03 '22 22:11

Slamice


1 Answers

The working standard for HTML5 outlines the current features. The functionality you desire is not mentioned in the working standard, so you will need a script.

Creative Text Boxes looks to provide the functionality you need.

like image 179
Eliot Ball Avatar answered Nov 09 '22 10:11

Eliot Ball