Added support for text halo

This commit is contained in:
2019-04-27 22:52:18 +02:00
parent 5ccb93bd59
commit 3dfcf35e53
7 changed files with 68 additions and 0 deletions

View File

@ -56,6 +56,7 @@ void Text::addLabel(const QString &text, const QImage &icon,
}
ti->setPen(_pen);
ti->setHalo(_halo);
addItem(ti);
QList<TextItem*> ci = collidingItems(ti);