Remove the bundled open sans font

This commit is contained in:
Konstantinos Sideris 2018-10-07 13:27:20 +03:00
parent 4b807229aa
commit 2295d681a4
15 changed files with 6 additions and 220 deletions

View file

@ -54,9 +54,13 @@ MsgCountComposedIcon::paint(QPainter *painter,
brush.setStyle(Qt::SolidPattern);
brush.setColor(backgroundColor);
QFont f;
f.setPointSizeF(8);
f.setWeight(QFont::Thin);
painter->setBrush(brush);
painter->setPen(Qt::NoPen);
painter->setFont(QFont("Open Sans", 8, QFont::Black));
painter->setFont(f);
QRectF bubble(rect.width() - BubbleDiameter,
rect.height() - BubbleDiameter,