Added support for the text-rotation-alignment style property

Code cleanup
This commit is contained in:
2018-11-19 23:09:34 +01:00
parent df073ffc2a
commit c48ea8c878
9 changed files with 58 additions and 40 deletions

View File

@ -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);