javascript - HTML5 Canvas multi-line textboxes -


okay, so, essentially, i'm getting user input <input> tag , shoving canvas. , 1 line, there cases need whole paragraphs of text. aware, not every letter of same width, means can't have multiple <input> tags maxlength attribute. it's jarring have multiple input tags. long story short: there way put paragraph textboxes html5 canvas element?

why can't go ahead , use textarea multiline handling?

<textarea name="mytextarea" cols="30" rows="5" /> 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -