On Tue, 4 Apr 2023 20:45:42 GMT, Kevin Rushforth <k...@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