canvas绘制文字

helei 2019-12-23 950 12/23
		//绘制文字
		ctx.font = "900 30px Arial";//文本粗细,文本大小,文本样式
		//ctx.fillText("hellow word", 120,100);
		ctx.strokeText("hellow word", 120,100);
		//文本水平对齐方式
		ctx.textAlign = "center";//start/left左侧对齐end/right右侧对齐
		ctx.textBaseline = "top";//文本垂直对齐方式https://www.w3school.com.cn/tags/canvas_textbaseline.asp
- THE END -

helei

12月23日16:24

最后修改:2019年12月23日
0

非特殊说明,本博所有文章均为博主原创。

共有 0 条评论