小程序 canvas 设置 字体 字号加粗

之前的版本使用
在这里插入图片描述
现在直接使用CanvasContext.font即可

例如

this.ctx2.font = 'normal bold 40px sans-serif';