On Wed, 7 Feb 2024 17:48:41 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Renjith Kannath Pariyangad has updated the pull request incrementally with >> one additional commit since the last revision: >> >> Disposed g2D object and similar test parm into one line > > test/jdk/java/awt/print/PrinterJob/PrintAllFonts.java line 40: > >> 38: * @library /test/lib /java/awt/regtesthelpers >> 39: * @build PassFailJFrame jtreg.SkippedException >> 40: * @summary Font specified with face name loses style on printing > > It is unclear to me what is implied by _“loses style on printing”_ and what > _“with correct font style”_ in the instructions mean. > > Printing code, derives a font with `PLAIN` style and size of 16. I see no > other styles applied. > > Could you check the bugid for more details? Yes, there is a catch want to share with you. This test more inclined with 7183516 issue. With respect to 4884389 issue problem mentioned like _but when its printed italic fonts are printed as plain in Win32._ This workflow missing as like you pointed out **derives a font with PLAIN style and size of 16** ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17607#discussion_r1484171813