On Tue, 17 May 2022 13:34:47 GMT, yosbits <d...@openjdk.java.net> wrote:
> Reading the author's description of this PR, one wonders why the added > condition is not "glyphCode < 0". > > ```java > if (glyphCode <= 0) {return null;} > ``` Your suggestion is right ------------- PR: https://git.openjdk.java.net/jfx/pull/795