mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-07-06 07:42:52 +02:00
Made text-transform zoom dependend
This commit is contained in:
@ -187,7 +187,7 @@ void Text::addLabel(const QString &text, const QPainterPath &path,
|
||||
return;
|
||||
|
||||
TextPathItem *pi = new TextPathItem(text, reverse(tp) ? tp.toReversed()
|
||||
: tp, painter.font());
|
||||
: tp, painter.font(), _properties);
|
||||
if (!_sceneRect.contains(pi->boundingRect())) {
|
||||
delete pi;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user