On Fri, 29 Oct 2021 15:10:35 GMT, Florian Kirmaier <fkirma...@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

Reply via email to