Which property is used to set the font style to normal in HTML5 canvas text?
A). fontStyle
B). font-type
C). font-style
D). normal
What value is used to set the font size to 20 pixels in HTML5 canvas text?
A). 20px
B). 20pt
C). 20em
D). 20rem
What value is used to set the font size to 16 pixels and font family to Arial?
A). Arial 16px
B). 16px Arial
C). italic bold 16px Arial
D). bold 16px Arial
Which property is used to set the font size, font family, and font weight simultaneously?
A). fontStyle
B). font
C). fontSize
D). fontType
Which property is used to set both font size and font family in HTML5 canvas text?
A). fontStyle
B). font
C). fontSize
D). fontFamily
What value is used to set the font weight to bold in HTML5 canvas text?
A). light
B). bold
C). normal
D). heavy
Which property is used to set the font weight to normal in HTML5 canvas text?
A). light
B). bold
C). normal
D). heavy
What value is used to set the font family to Arial in HTML5 canvas text?
A). Times New Roman
B). Arial
C). Verdana
D). Serif
Which property is used to set the font weight in HTML5 canvas text?
A). fontWeight
B). font-style
C). font-weight
D). fontType
What value is used to set the font family to Times New Roman and font size to 24 pixels?
A). 24px Times New Roman
B). Times New Roman 24px
C). italic bold 24px Times New Roman
D). bold 24px Times New Roman