Html5 Canvas Text
After you set the font property, you can proceed to draw the text with the fillText() method. You can even apply a gradient fill for the text. We will take a look at some examples below. font Property The font property sets or returns the current font properties for text content on the canvas. This property uses the same syntax as the CSS font property. fillText() Method The fillText() method draws filled text on the canvas....