//绘制文字
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 -
最后修改:2019年12月23日
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.95app.top/canvas%e7%bb%98%e5%88%b6%e6%96%87%e5%ad%97/
共有 0 条评论