On Sat, 28 Nov 2020 20:07:22 GMT, Sergey Bylokhov wrote:
>> I prepared a simple [print
>> test](http://cr.openjdk.java.net/~alexsch/8256264/performance/PrintTextPerformanceTest.java)
>> sample which uses 4 different fonts (plain and bold) with different sizes
>> and prints 640 lines on 10 page
> 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 Mon, 30 Nov 2020 10:00:17 GMT, Alexander Scherbatiy
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 coordin
> The following PR fixes https://bugs.openjdk.java.net/browse/JDK-8254024
Andrii Rodionov has updated the pull request with a new target base due to a
merge or a rebase. The incremental webrev excludes the unrelated changes
brought in by the merge/rebase. The pull request contains one additional
On Sat, 14 Nov 2020 00:25:21 GMT, Sergey Bylokhov wrote:
>> The changes in awt_LoadLibrary.c and XToolkit.c is mostly noop except
>> excluding dladdr/dlopen. Since XsessionWMcommand/AWTIsHeadless are not used
>> at least in the mainline(jdk16).
>> The changes in the mlib look fine.
>>
>> The t
On Mon, 30 Nov 2020 03:42:24 GMT, Sergey Bylokhov wrote:
>> The fix for https://bugs.openjdk.java.net/browse/JDK-8137571 where HiDPI
>> support on Linux was implemented missed the change in the X11 pipeline, only
>> XRender pipeline was updated. The same logic should be implemented in
>> X11Su
On Mon, 16 Nov 2020 09:09:50 GMT, Toshio Nakamura wrote:
> 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 d
On Wed, 18 Nov 2020 09:11:11 GMT, Sergey Bylokhov wrote:
> The fix for https://bugs.openjdk.java.net/browse/JDK-8137571 where HiDPI
> support on Linux was implemented missed the change in the X11 pipeline, only
> XRender pipeline was updated. The same logic should be implemented in
> X11Surfac
On Fri, 20 Nov 2020 08:37:24 GMT, Toshio Nakamura wrote:
>> 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 al