mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-20 13:54:25 +02:00
Redesigned text path handling
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user