cynthia-wuqian
drawCanvas: function(ctx) {
//...


// 昵称
ctx.setFontSize(16) //字体大小
ctx.setFillStyle(\'#fff\') //字体颜色
ctx.textAlign="center"; //文字居中
ctx.fillText(this.data.info.userName, 187, 76)

  //...

},

分类:

技术点:

相关文章:

  • 2021-12-05
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-12-09
  • 2021-12-11
  • 2021-06-06
猜你喜欢
  • 2021-07-24
  • 2021-12-05
  • 2022-12-23
  • 2021-12-30
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案