[OpenJDK 2D-Dev] [11] Review Request: 8202696 glyphs in textfield only shown when thai baht-character is added

Dipak Kumar dipak.kumar at oracle.com
Tue Jun 5 06:32:31 UTC 2018


Hi,

Please review below fix :

Bug: https://bugs.openjdk.java.net/browse/JDK-8202696 
Webrev: http://cr.openjdk.java.net/~dkumar/8202696/webrev.00/ 

Characters which are not getting displayed actually belong to Phonetic Extensions (https://en.wikipedia.org/wiki/Phonetic_Extensions ).
These characters are not getting rendered properly because they are in exclusion range mentioned in the windows.fontconfig.properties file.
In the above fix, font exclusion ranges have been adjusted so that these characters do not fall within these ranges

Font related Jtreg tests and Mach5 client tests are fine.

Thanks,
Dipak


More information about the 2d-dev mailing list