RFR: 8285308: Win: Japanese logical fonts are drawn with wrong size [v2]

Phil Race prr at openjdk.java.net
Wed May 11 20:58:37 UTC 2022


On Wed, 11 May 2022 20:40:17 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8285308
>
> src/java.desktop/windows/classes/sun/awt/windows/WFontConfiguration.java line 267:
> 
>> 265:                 case "ru" -> "RUSSIAN_CHARSET";
>> 266:                 case "el" -> "GREEK_CHARSET";
>> 267:                 case "iw" -> "HEBREW_CHARSET";
> 
> It would be safe to specify both old(iw)/new(he) language codes for Hebrew, as "he" is now returned for Hebrew by default (https://bugs.openjdk.java.net/browse/JDK-8263202)

ok  - fixed

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

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



More information about the client-libs-dev mailing list