如何让canvas文字旋转一定的角度?

  ctx=canvas.getContext("2d");
  ctx.font="60px microsoft yahei";
  ctx.fillStyle = "rgba(255,255,255,0.5)";  
  ctx.fillText("aaaaaa",300,220);
阅读 10.2k
1 个回答

ctx.rotate()

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏