在用canvas2d绘制文字时,用font设置字体为粗斜体。在开发者工具和安卓上可以正常显示,在iphone7(ios13.5)上没有生效。
Api:
const ctx = canvas.getContext("2d");
ctx.font = "italic bold 18px PingFangSC-Regular";
微信版本号:
7.0.14
使用废弃的api,用font设置字体为粗斜体。在开发者工具、安卓、iphone7(ios13.5)上都可以正常显示。
const ctx = wx.createCanvasContext("myCanvas");
ctx.font = "italic bold 18px PingFangSC-Regular";
请问真机oblique无效怎么弄呢
自定义字体管用么?
你好,其他iOS机型有问题吗?
代码片段:https://developers.weixin.qq.com/s/qt0Y62m67sja