Re: [OpenJDK 2D-Dev] RFR: 8255387: Japanese characters were printed upside down on AIX [v2]

2020-11-20 Thread Toshio Nakamura
> Hi, > > Could you review this fix? Under some special conditions, non-English > characters were printed upside down. > > At printing with raster image, the image was generated from bottom to top. > So, each characters should also be drawn as vertical mirrored. However, > freetype doesn't sup

Re: [OpenJDK 2D-Dev] RFR: 8255387: Japanese characters were printed upside down on AIX [v2]

2020-11-20 Thread Toshio Nakamura
On Fri, 20 Nov 2020 00:44:40 GMT, Sergey Bylokhov wrote: >> Toshio Nakamura has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - fix space >> - Changed test location and name > > test/jdk/java/awt/print/PrinterJob/PrintTranslateTest.java l

Re: [OpenJDK 2D-Dev] RFR: 8256264: Printed GlyphVector outline with low DPI has bad quality on Windows [v2]

2020-11-20 Thread Alexander Scherbatiy
> Printing text using GlyphVector outline has bad quality on printers with low > DPI on Windows. > The GDI system used for text printing on Windows accepts only integer path > coordinates. > Rounding GlyphVector outline coordinates leads to distorted printed text. > > To reproduce the issue run

Re: [OpenJDK 2D-Dev] RFR: 8256264: Printed GlyphVector outline with low DPI has bad quality on Windows

2020-11-20 Thread Alexander Scherbatiy
On Fri, 20 Nov 2020 06:31:24 GMT, Sergey Bylokhov wrote: >> Printing text using GlyphVector outline has bad quality on printers with low >> DPI on Windows. >> The GDI system used for text printing on Windows accepts only integer path >> coordinates. >> Rounding GlyphVector outline coordinates l