Fixed font matching implementation

This commit is contained in:
Martin Tůma 2018-11-08 19:17:18 +01:00
parent 8d1ef25105
commit 4462c89b05

View File

@ -125,6 +125,7 @@ QFont Font::fromJsonArray(const QJsonArray &json)
font.setWeight(weight);
font.setStretch(stretch);
font.setStyle(style);
return font;
}
}