> 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
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
> 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
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