【发布时间】:2019-10-22 13:55:04
【问题描述】:
我使用的是 fabricJS 3.0.0 和 2.7.0,但两个版本都不支持 ITexts 上的粗体和斜体样式。
我尝试过的在这里:
1. this.canvas[0].getActiveObject().setSelectionStyles({fontWeight:'bold'});
this.canvas[0].renderAll();
2. this.canvas[0].getActiveObject().set('fontWeight', 'bold');
this.canvas[0].renderAll();
但他们都没有使用粗体或斜体, 谁能给画布建议或补丁吗?
【问题讨论】:
标签: angular canvas styles fabricjs textstyle