516,520c516,521 <
  • 11 Text
  • <
  • 12 Images
  • <
  • 13 Pixel manipulation
  • <
  • 14 Drawing model
  • <
  • 15 Examples
  • --- >
  • 11 Caret and selection managment
  • >
  • 12 Text
  • >
  • 13 Images
  • >
  • 14 Pixel manipulation
  • >
  • 15 Drawing model
  • >
  • 16 Examples
  • 637a639 > readonly attribute double baseline; 2290c2292 <

    11 Text

    context . font [ = value ]
    --- >

    12 Text

    context . font [ = value ]
    2356a2359,2369 > >
    metrics . baseline
    > >
    > >

    Returns the vertical offset of the anchor point for the text that was passed to the > measureText() > > method.

    > >
    2605c2618,2620 < the width of that inline box, in CSS pixels. [CSS]

    --- > the width of that inline box, in CSS pixels and its 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.

    12 Images

    To draw images onto the canvas, the drawImage method ---