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
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
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