小程序 canvas 设置 字体 字号加粗 之前的版本使用 现在直接使用CanvasContext.font即可 例如 this.ctx2.font = 'normal bold 40px sans-serif';