Re: [OpenJDK 2D-Dev] RFR: 8170950: Text is displayed in bold when fonts are installed into symlinked folder

2017-02-13 Thread dmitry markov
The fix was integrated into jdk9-client. Changeset: http://hg.openjdk.java.net/jdk9/client/jdk/rev/7ba90377c7f4 Thanks, Dmitry On 30/01/2017 11:53, Dmitry Batrak wrote: Hello, I'd like to propose a fix for JDK-8170950. bug: https://bugs.openjdk.java.net/browse/JDK-8170950 webrev: http://cr.

Re: [OpenJDK 2D-Dev] RFR: 8170950: Text is displayed in bold when fonts are installed into symlinked folder

2017-02-13 Thread Sergey Bylokhov
> 13 февр. 2017 г., в 10:47, Dmitry Batrak > написал(а): > > Could anyone else review this please? +1

Re: [OpenJDK 2D-Dev] RFR: 8173028: Incorrect processing of supplementary-plane characters in text fields

2017-02-13 Thread Vadim Pakhnushev
+1 Vadim On 13/02/2017 20:52, Sergey Bylokhov wrote: Looks fine, but I’am not an expert in this area. https://bugs.openjdk.java.net/browse/JDK-8173028 http://cr.openjdk.java.net/~prr/8173028/ An off by-one bug in assigning remaining glyphs in the cluster to char indices so that the zero adva

Re: [OpenJDK 2D-Dev] RFR: 8173028: Incorrect processing of supplementary-plane characters in text fields

2017-02-13 Thread Sergey Bylokhov
Looks fine, but I’am not an expert in this area. > > https://bugs.openjdk.java.net/browse/JDK-8173028 > http://cr.openjdk.java.net/~prr/8173028/ > > An off by-one bug in assigning remaining glyphs in the cluster to char indices > so that the zero advance gets assigned to latin "a" and it is not

[OpenJDK 2D-Dev] RFR: 8173028: Incorrect processing of supplementary-plane characters in text fields

2017-02-13 Thread Phil Race
https://bugs.openjdk.java.net/browse/JDK-8173028 http://cr.openjdk.java.net/~prr/8173028/ An off by-one bug in assigning remaining glyphs in the cluster to char indices so that the zero advance gets assigned to latin "a" and it is not a hit anymore. font/layout/swing text regression tests hav

Re: [OpenJDK 2D-Dev] RFR: 8170913: Java "1.8.0_112" on Windows 10 displays different characters for EUDCs from ones created in eudcedit.exe.

2017-02-13 Thread Prasanta Sadhukhan
Looks good to me. Regards Prasanta Looks good. On 10.02.2017 21:02, Phil Race wrote: https://bugs.openjdk.java.net/browse/JDK-8170913 http://cr.openjdk.java.net/~prr/8170913/ The EUDC font is now placed first in the list of fall backs, since anyone who has a EUDC font presumably wants the c

Re: [OpenJDK 2D-Dev] [9] RFR JDK-8147002:[macosx] Arabic character cannot be rendered on MacOS X

2017-02-13 Thread Dmitry Batrak
> Yes, we are aware this fixed it only for Oracle JDK. > The bit I missed is that GeezaProInterface was then used on OpenJDK by JRS. > So we could add that as well. > If you have any other fonts you think should be added to the tail of that list we > can add them too. I ran JRSFontCreateFallbackFo