Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.6
-
Fix Version/s: 5.8.0 Alpha
-
Component/s: GUI: Font handling
-
Labels:None
-
Environment:Debian _stretch_, Linux 4.6.0 amd64
-
Commits:5dd907bf639f43be7f2cdfdd44ec3795f1b31bf6
Description
QFont::fromString can't reproduce exactly a font that's been serialized with QFont::toString. If one gets a font's string representation and then recreates another object from that string, the latter object is different than the former according to QFont::operator ==.