Linux: Fixed font problems when running on Oracle Java 8 (OpenJDK 8 is not affected):

- oversized text if system font is "Inter" (issue #427)
- missing text if system font is "Cantarell" (on Fedora)
This commit is contained in:
Karl Tauber
2021-11-24 10:47:58 +01:00
parent 6c0b122fbc
commit 7dac3825d7
2 changed files with 24 additions and 4 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 1.6.5-SNAPSHOT
- Linux: Fixed font problems when running on Oracle Java 8 (OpenJDK 8 is not
affected):
- oversized text if system font is "Inter" (issue #427)
- missing text if system font is "Cantarell" (on Fedora)
## 1.6.4
#### Fixed bugs