RFR: 8290866: Apple Color Emoji turns gray after JavaFX version 18

Phil Race prr at openjdk.org
Fri Feb 24 19:39:18 UTC 2023


On Fri, 24 Feb 2023 19:17:08 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> > app works with no clipping on macOS 12.6.1
> 
> clipping occurs on retina at any resolution, from "Larger Text" to "More Space". It might be specific to Ventura, and possibly to the flag emojis. I tried to paste random code blocks, see no obvious clipping:
> 

My best guess is they tweaked something in the font and anyway this is NOT Emoji rendering.
ie those letters in dashed boxes are just mapping to the ordinary glyph rendering.
As such it doesn't go down the path I added for getting full bounds of Emoji and all it really
means is that it is a separate bug for ordinary glyph bounds/metrics. ie if you separated those
it would make no difference - they'd still be clipped.

-------------

PR: https://git.openjdk.org/jfx/pull/1047


More information about the openjfx-dev mailing list