Redesigned text path handling

This commit is contained in:
2018-11-04 23:54:34 +01:00
parent 622136de6a
commit c13af94275
6 changed files with 130 additions and 73 deletions

View File

@ -12,7 +12,7 @@ public:
void addLabel(const QString &text, const QPointF &pos, const QFont &font,
const QPen &pen, qreal maxTextWidth);
void addLabel(const QString &text, const QPainterPath &path,
const QFont &font, const QPen &pen, qreal maxAngle, qreal symbolSpacing);
const QFont &font, const QPen &pen, qreal maxAngle);
};
#endif // TEXT_H