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

Toshio Nakamura tnakamura at openjdk.java.net
Thu Dec 10 00:30:36 UTC 2020


On Mon, 16 Nov 2020 09:09:50 GMT, Toshio Nakamura <tnakamura at openjdk.org> 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 drawn as vertical mirrored. However, freetype doesn't support to transform it if the font is using embedded bitmap and non-English. As the result, these Japanese characters were printed as upside down.
> 
> In this case, freetype should be prevented to use embedded bitmap.

This pull request has now been integrated.

Changeset: 53e537c7
Author:    Toshio Nakamura <tnakamura at openjdk.org>
Committer: Phil Race <prr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/53e537c7
Stats:     166 lines in 2 files changed: 164 ins; 0 del; 2 mod

8255387: Japanese characters were printed upside down on AIX

Reviewed-by: prr, serb

-------------

PR: https://git.openjdk.java.net/jdk/pull/1218


More information about the 2d-dev mailing list