Re: RFR: 8246104: Some complex text doesn't render correctly on macOS [v8]

2023-04-06 Thread Phil Race
On Thu, 6 Apr 2023 16:49:34 GMT, Kevin Rushforth wrote: >> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix ranges > > modules/javafx.graphics/src/main/java/com/sun/javafx/font/PrismFontFactory.java > line 245: > >> 243:

Re: RFR: 8246104: Some complex text doesn't render correctly on macOS [v8]

2023-04-06 Thread Kevin Rushforth
On Wed, 5 Apr 2023 19:07:25 GMT, Phil Race wrote: >> This PR addresses some font problems on macOS. >> (1) Garbled Arabic with the System font >> (2) Non-ideal fallback fonts for all fonts >> (3) No bold for System font. >> >> In particular the standard System Font was garbling Arabic text - ran

Re: RFR: 8246104: Some complex text doesn't render correctly on macOS [v8]

2023-04-06 Thread Kevin Rushforth
On Wed, 5 Apr 2023 19:07:25 GMT, Phil Race wrote: >> This PR addresses some font problems on macOS. >> (1) Garbled Arabic with the System font >> (2) Non-ideal fallback fonts for all fonts >> (3) No bold for System font. >> >> In particular the standard System Font was garbling Arabic text - ran

Re: RFR: 8246104: Some complex text doesn't render correctly on macOS [v8]

2023-04-05 Thread Andy Goryachev
On Wed, 5 Apr 2023 19:07:25 GMT, Phil Race wrote: >> This PR addresses some font problems on macOS. >> (1) Garbled Arabic with the System font >> (2) Non-ideal fallback fonts for all fonts >> (3) No bold for System font. >> >> In particular the standard System Font was garbling Arabic text - ran

Re: RFR: 8246104: Some complex text doesn't render correctly on macOS [v8]

2023-04-05 Thread Phil Race
> This PR addresses some font problems on macOS. > (1) Garbled Arabic with the System font > (2) Non-ideal fallback fonts for all fonts > (3) No bold for System font. > > In particular the standard System Font was garbling Arabic text - random > glyphs from another font. > The root of this issue