mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-29 02:04:23 +02:00
Added support for the text-rotation-alignment style property
Code cleanup
This commit is contained in:
@ -12,7 +12,7 @@ public:
|
||||
void render(QPainter *painter) const;
|
||||
|
||||
void addLabel(const QString &text, const QPointF &pos,
|
||||
const QPainter &painter, qreal maxTextWidth);
|
||||
const QPainter &painter, qreal maxTextWidth, bool overlap);
|
||||
void addLabel(const QString &text, const QPainterPath &path,
|
||||
const QPainter &painter, qreal maxAngle);
|
||||
|
||||
|
Reference in New Issue
Block a user