bool convertToSvg(QString *svgText, QString *stylesText)
bool convertFromSvg(const QString &svgText, const QString &stylesText, const QRectF &boundsInPixels, qreal pixelsPerInch)
upload the svg representation of text into the shape
QRectF boundingRect() const override
Get the bounding box of the shape.
virtual ~SvgTextChangeCommand()
void undo() override
revert the actions done in redo
SvgTextChangeCommand(KoSvgTextShape *shape, const QString &svg, const QString &defs, KUndo2Command *parent=0)