Frabricjs - Limit Text Input Area
问题 I am trying to add some input fields / text area to the canvas. I would like to somehow set the area where this text could be displayed --> (x,y)-position, width, height of the area. The content should not flow outside the defined area. Is it possible to automatically change the font-size so that the content fits to the defined area? For example like here: http://www.my-wallsticker.de/index.php?cl=designer&html5=1&text=fabricjs Here is a part of my code where I add a text field with an area.