RFR: 8246104: Some complex text doesn't render correctly on macOS [v2]
Phil Race
prr at openjdk.org
Tue Apr 4 21:29:28 UTC 2023
On Tue, 4 Apr 2023 20:45:42 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix up Thai font name
>
> modules/javafx.graphics/src/main/java/com/sun/javafx/font/coretext/CTFactory.java line 59:
>
>> 57: System.err.println("Fix up double use of Regular in name : " + name);
>> 58: if (debugFonts) {
>> 59: }
>
> I guess you meant to put the print inside the `if (debugFonts)`?
fixed
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1067#discussion_r1157778743
More information about the openjfx-dev
mailing list