RFR: 8276179 removing unused font code - isInstalledFont
Florian Kirmaier
fkirmaier at openjdk.java.net
Fri Oct 29 15:40:15 UTC 2021
On Fri, 29 Oct 2021 15:10:35 GMT, Florian Kirmaier <fkirmaier at openjdk.org> wrote:
> removing dead code.
> When looking into the font code, I've noticed that this code is no longer used, so I thought I should make a PR with a minor cleanup.
I've also seen many places in the font code, which just catch Exceptions without handling them, nor logging them.
This is really frightening when investigating issues with fonts.
It seems like some Exceptions are expected, but it's not known which Exceptions are expected. No wonder the font-loading features often feel unstable.
Should I also make a PR for this problem?
-------------
PR: https://git.openjdk.java.net/jfx/pull/658
More information about the openjfx-dev
mailing list