Re: font color fringes on macOS, not a priority?

2021-03-05 Thread Kirill Grouchnikov
I reported this issue back in November 2018 on this very mailing list. Desktop-consistent font selection and rendering has been consistently one of the more problematic parts of both Swing and JavaFX, including poor support for rendering variable San Francisco font starting with macOS Catalina.

Re: font color fringes on macOS, not a priority?

2021-03-01 Thread Rob Nikander
> On Mar 1, 2021, at 7:01 AM, John Hendrikx wrote: > > Not a solution to the problem (the color fringes on Mac apparently are using > almost fully saturated subpixels which seems like a serious issue), but I see > color fringes on most screens so I always just turn this type of rendering >

Re: Re: font color fringes on macOS, not a priority?

2021-03-01 Thread Eric Bresie
Just curious...while reading up on the below Metal API / MacOS OpenGL depreciation, I notice reference to coming changes with OpenGL relating to transition to “Vulkan” which if I understand correctly may be a similar change in lower level graphics API (I think similar to Metal). Will updated to

Re: font color fringes on macOS, not a priority?

2021-03-01 Thread John Hendrikx
Not a solution to the problem (the color fringes on Mac apparently are using almost fully saturated subpixels which seems like a serious issue), but I see color fringes on most screens so I always just turn this type of rendering off. It obviously depends on the pixel density though as higher

Re: font color fringes on macOS, not a priority?

2021-02-26 Thread Kevin Rushforth
Part of that 11+ minutes of the macOS build on GitHub Actions (which starts from a clean machine) is downloading and installing the JDK and other tools (gradle, etc), and cloning the repo. Also, incremental builds are much faster after the first one. So even if you do a full build once,

Re: font color fringes on macOS, not a priority?

2021-02-26 Thread John Neffenger
On 2/26/21 6:56 AM, Rob Nikander wrote: I wonder if I can get a dev setup with a quick edit-compile-run cycle, or if the compile step takes a long time. The builds for macOS are taking just over 11 minutes on GitHub. To speed that up, I do my development in a project with only the JavaFX

Re: font color fringes on macOS, not a priority?

2021-02-26 Thread Rob Nikander
> On Feb 25, 2021, at 3:26 PM, John Neffenger wrote: > > 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 >

Re: font color fringes on macOS, not a priority?

2021-02-25 Thread John Neffenger
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? I updated the bug report to remove the "on non-retina" in the title, along with magnified details of the four original

Re: font color fringes on macOS, not a priority?

2021-02-25 Thread John Neffenger
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

font color fringes on macOS, not a priority?

2021-02-25 Thread Rob Nikander
Hi, Last year, I wanted to use JavaFX for a project, but did not because the font rendering on macOS looked bad compared to native apps. I was following this bug: https://bugs.openjdk.java.net/browse/JDK-8236689 . It was created over a year