SV: JMC-6208 Fix font rendering on macOS
Marcus Hirt
marcus at hirt.se
Sat Dec 1 18:16:58 UTC 2018
Looks great! Thanks for the contribution!
Feel free to push at your leisure.
/M
-----Ursprungligt meddelande-----
Från: jmc-dev <jmc-dev-bounces at openjdk.java.net> För Henrik Dafgård
Skickat: den 1 december 2018 16:32
Till: jmc-dev at openjdk.java.net
Ämne: JMC-6208 Fix font rendering on macOS
Hi all,
http://cr.openjdk.java.net/~hdafgard/6208/webrev.0/
https://bugs.openjdk.java.net/browse/JMC-6208
Font rendering on macOS Mojave regressed when Apple disabled subpixel font rendering by default, but the root cause on our side was that we never actually applied the anti-aliasing preferences in AwtCanvas, which was used by the JFR GUI. This is why the Console GUI looks fine, since it gets a graphics context in a different way and properly applies AA.
Regards,
Henrik Dafgård
More information about the jmc-dev
mailing list