mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Fixed font matching implementation
This commit is contained in:
parent
8d1ef25105
commit
4462c89b05
@ -125,6 +125,7 @@ QFont Font::fromJsonArray(const QJsonArray &json)
|
||||
font.setWeight(weight);
|
||||
font.setStretch(stretch);
|
||||
font.setStyle(style);
|
||||
return font;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user