Is it possible to write text on HTML5 canvas? I've googled for that, found some workaround but no good description...
Please advise, thanks!
|
|
|
I would recommend reading through the diveintohtml5 site, it has its own chapter about |
|||||||||
|
|
|||||||||||
|
|
In addition to the other answers if you want to write text using excanvas (for IE support) you'll need an additional script, available here: http://code.google.com/p/explorercanvas/issues/detail?id=6 The default download (http://code.google.com/p/explorercanvas/downloads/list) doesn't include the fillText and strokeText method. |
|||
|
|
Canvas text support is actually pretty good - you can control font, size, color, horizontal alignment, vertical alignment, and you can also get text metrics to get the text width in pixels. In addition, you can also use canvas transforms to rotate, stretch and even invert text. |
|||
|
|
|
Depends on what you want to do with it I guess. If you just want to write some normal text you can use .fillText() |
|||
|
|
|
check this example you will under it fast . If still have doubt than ask me . i will clear everything |
|||
|
|