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

2018-06-15 Thread Phil Race
The exclusion ranges only apply to the logical fonts, so the iteration you are doing looking for any font is now not testing the case you are trying to fix, except by chance. You will need to limit the iteration to the logical fonts. I don't know why canDisplay(..) did not do what I would expec

Re: [OpenJDK 2D-Dev] RFR: 8204929: Fonts with embedded bitmaps are not always rotated

2018-06-15 Thread Phil Race
Hi, Yes, that looks to be the same issue. I'll close it as a duplicate. -phil. On 06/15/2018 06:53 AM, Andrew Brygin wrote: Hello Phil, the change looks fine to me. There is another bug which reports the same problem for openjdk8: https://bugs.openjdk.java.net/browse/JDK-8163278 Prob

Re: [OpenJDK 2D-Dev] RFR: 8204929: Fonts with embedded bitmaps are not always rotated

2018-06-15 Thread Andrew Brygin
Hello Phil, the change looks fine to me. There is another bug which reports the same problem for openjdk8: https://bugs.openjdk.java.net/browse/JDK-8163278 Probably, it can be closed as a duplicate of 8204929. Thanks, Andrew > On Jun 15, 2018, at 4:23 AM, Philip Race wrote: > > Bug : http