How can I write text on a HTML5 canvas element?

前端 未结 8 1076
没有蜡笔的小新
没有蜡笔的小新 2020-11-28 21:36

Is it possible to write text on HTML5 canvas?

8条回答
  •  旧巷少年郎
    2020-11-28 22:09

    Canvas text support is actually pretty good - you can control font, size, color, horizontal alignment, vertical alignment, and you can also get text metrics to get the text width in pixels. In addition, you can also use canvas transforms to rotate, stretch and even invert text.

提交回复
热议问题