font color fringes on macOS, not a priority?
John Neffenger
john at status6.com
Thu Feb 25 17:38:46 UTC 2021
On 2/25/21 6:18 AM, Rob Nikander wrote:
> The way that bug is titled (“non-retina”) makes me wonder: do people realize that this is effecting even retina screens on macOS?
Yeah, font bugs like this are frustrating. Both JavaFX[1] and the JDK[2]
had the same problem on Linux for years. It can be an uphill battle to
get them fixed, especially when they concern anti-aliasing, hinting, or
sub-pixel rendering. I found one very effective trick: magnify by eight!
I think that should be a requirement for any font bug reports.
I want to fix this bug, but that shouldn't stop anyone else from fixing
it first. I just haven't gotten around to it yet, and I never debugged
Java or native code on macOS before, so I have a lot to learn.
Those earlier font fixes taught me that if you can write and debug Java
application code, you can write and debug code in JavaFX and the JDK,
too. So you might consider trying to fix it yourself. When successful,
it's like gaining a superpower.
John
[1] https://github.com/javafxports/openjdk-jfx/issues/229
[2] https://github.com/jgneff/openjdk-freetype
More information about the openjfx-dev
mailing list