On Fri, 9 Feb 2024 11:04:49 GMT, Renjith Kannath Pariyangad <rkannathp...@openjdk.org> wrote:
>> 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 wanted 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** I have added Italic also to print along with plain, due to space constrain reduced the font size to 14. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17607#discussion_r1487417156