Itext弯曲与织物js

时间:2017-11-03 07:04:46

标签: javascript text fabricjs

如何在Fabric js中使用IText应用曲线文本效果。用户可以改变弯曲方向,半径等参数。请帮忙。

var text = new fabric.IText(e);

text.CurvedText = fabric.util.createClass(text.Text, text.Collection, {
                        type: "curvedText",
                        radius: 50,
                        range: 5,
                        smallFont: 10,
                        largeFont: 30,
                        effect: "curved",
                        spacing: 20,
                        reverse: !1,
                       /* stateProperties: e,
                        delegatedProperties: g,
                        _dimensionAffectingProps: f,
                        _isRendering: 0,*/
                    });
      canvas.add(text);
      canvas.renderall();

我们是否需要对弯曲文本进行任何其他计算。

0 个答案:

没有答案