1.
What method is used to render filled text on the canvas?
2.
Which method is used to render outlined text on the canvas?
3.
What parameter is used to specify the text string in the fillText method?
4.
What parameter is used to specify the x-coordinate in the fillText method?
5.
What parameter is used to specify the text string in the strokeText method?
6.
What parameter is used to specify the y-coordinate in the fillText method?
7.
Which property sets the font size and type for text rendering?
8.
Which property sets the text color for filled text?
9.
Which property sets the text outline color for outlined text?
10.
What parameter is used to specify the y-coordinate in the strokeText method?