来源:自学PHP网 时间:2015-01-26 11:14 作者: 阅读:次
[导读] 这篇文章主要介绍了html5使用canvas绘制文字特效,需要的朋友可以参考下...
这篇文章主要介绍了html5使用canvas绘制文字特效,需要的朋友可以参考下
<canvas id="canvas" width="500" height="400" style="background-color: yellow;"></canvas> 复制代码 代码如下:var canvas=document.getElementById("canvas"); var cxt=canvas.getContext("2d"); cxt.font="40px 黑体"; //绘制实心字 cxt.fillStyle="red";//填充红色 cxt.fillText("hello,思思博士",10,50); //绘制空心字 cxt.strokeStyle="red";//红色边 cxt.strokeText("hello,思思博士",10,100); |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com