11.
Which property sets the width of the text outline?
12.
What method is used to render both filled and outlined text?
13.
Which method should be used to render text with an outline?
14.
What happens if the font property is not set before using fillText or strokeText?
15.
Which property sets the alignment of text relative to the specified coordinates?
16.
How can you render text with both fill and stroke styles using JavaScript?
17.
What is the purpose of the textAlign property in text rendering on canvas?
18.
How can you set the font size and type for text rendering using the font property?
19.
Which method should be used to render text with a specific maximum width?
20.
How can you render text with a specific maximum width on the canvas?