Text
Here we show the wide range of Text support for the canvas. The canvas is a picture so does not handle text the same way as the HTML DOM. But we can overlay a TextArea for multiline editable support. Or use a TextInput for actual Canvas input text which can be layers - it uses a secret HTML input field for its functionality. There there is all the rest!
by Dr Abstract