Linux: fixed slightly different font size (or letter width) used to paint HTML text when default font family is _Cantarell_ (e.g. on Fedora) (issue #912)

the removed use of floating point font size is similar to what is done in JDK for GTK Look and Feel:
- https://bugs.openjdk.org/browse/JDK-6979979
- 306f12db9e
This commit is contained in:
Karl Tauber
2024-12-04 17:18:33 +01:00
parent 84bd2088f2
commit 3f33543cee
2 changed files with 9 additions and 15 deletions

View File

@@ -20,6 +20,9 @@ FlatLaf Change Log
- Theme Editor: Fixed using color picker on secondary screen.
- Fixed detection of Windows 11 if custom exe launcher does not specify Windows
10+ compatibility in application manifest. (issue #916)
- Linux: Fixed slightly different font size (or letter width) used to paint HTML
text when default font family is _Cantarell_ (e.g. on Fedora). (issue #912)
## 3.5.2