文本

绘制文本

fillText(text, x, y [, maxWidth])

语义绘制文本。
语法

  • text:文本字符串。
  • x:横轴坐标。
  • y:文本基线的位置。

    strokeText(text, x, y [, maxWidth])

    语义文本描边。

    文本样式

    font

    语义使用和CSS一样的语法。

    textAlign

    语义多行文本的对齐。

    textBaseline

    语义文本基线的对齐方式。

    direction

    语义文本方向。