516,520c516,521 <
font [ = value ]font [ = value ]baselineReturns the vertical offset of the anchor point for the text that was passed to the
> measureText()
>
> method.
baseline attribute
> set to the anchor point's vertical position as determined by the current textBaseline value,
> in CSS pixels. [CSS]
2608,2609c2623,2624
< returned from measureText(). It has one
< attribute, width, which is set
---
> returned from measureText(). It has two
> attributes, width and baseline, which are set
2620c2635
< given by the em square height and measured text width.
---
> given by the em square height and measured text width and baseline.
2630c2645
< way of doing multiline layout.To draw images onto the canvas, the drawImage method
---