Property:
strokeText:
'Hello World',20,50
'How are you today?',20,50
'It is a great day!',20,50
Canvas:
your browser does not support the canvas tag
Code:
var c=document.getElementById('myCanvas');
var ctx=c.getContext('2d');
ctx.font='30px Arial';
ctx.strokeText(
'Hello World',20,50)
;
Click the property values above to see the result
w3ii.com
- Play it