Which property is used to set the vertical alignment of text in HTML5 canvas?
A). verticalAlign
B). textBaseline
C). textAlignment
D). verticalAlignText
Which property is used to measure the width of a text string in HTML5 canvas?
A). measureWidth
B). getTextWidth
C). measureTextWidth
D). widthOfTextString
Which value of textAlign aligns text to the center horizontally in HTML5 canvas?
A). 'center'
B). 'left'
C). 'right'
D). 'justify'
What is the purpose of the measureText method in HTML5 canvas?
A). To measure the height of a text string
B). To measure the width of a text string
C). To calculate the area occupied by a text string
D). To align text within the canvas
Which method is used to measure the width of a text string in HTML5 canvas?
A). measureText
B). getTextWidth
C). textLength
D). widthOfText
Which property is used to set the horizontal alignment of text in HTML5 canvas?
A). fontStyle
B). textAlign
C). fontAlign
D). horizontalAlign
Which value of textAlign aligns text to the right horizontally in HTML5 canvas?
A). 'center'
B). 'left'
C). 'right'
D). 'justify'
Which property is used to set the vertical alignment of text in HTML5 canvas?
A). textStyle
B). verticalAlign
C). textBaseline
D). verticalAlignText
What does the textBaseline property in HTML5 canvas define?
A). Vertical alignment of text
B). Alignment of text within a paragraph
C). Horizontal alignment of text
D). Alignment of text to the baseline
Which value of textBaseline aligns text to the middle vertically in HTML5 canvas?
A). 'middle'
B). 'top'
C). 'bottom'
D). 'alphabetic'