[Libreoffice-bugs] [Bug 125926] KDE5 VCL uses unnecessarily bold fonts
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 8 21:00:00 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=125926
Jan-Marek Glogowski <glogow at fbihome.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
Ever confirmed|0 |1
--- Comment #13 from Jan-Marek Glogowski <glogow at fbihome.de> ---
On 2020-03-04 https://gerrit.libreoffice.org/c/core/+/89797 was merged into 6.4
and a day earlier into 7.0.
The kf5 backend had some incomplete conversion table from Qt5FontInfo::weight()
int to LO VCLs FontWeight enum. Maybe this fixes your problem. Still LO uses an
enum with the values defined by HTML CSS and Qt5 uses some larger int range, so
it can't really match perfectly.
This fixed the bold fonts for the qt5 backend, because that wasn't handling
FontWidth / stretch at all, but this shouldn't affect kf5 / you at all. Still
worth a try.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200308/312ca031/attachment.htm>
More information about the Libreoffice-bugs
mailing list