On Thu, 5 Mar 2026 21:43:35 GMT, Daniel Gredler <[email protected]> wrote:
> FontInfo contains a few small items which could use fixing: > > - toString() throws NPE if `devTx` or `glyphTx` are null (I ran into this a > couple of times during debugging when my IDE tried to display the string > representation) > > - toString() is missing a comma and space between the last two attributes > > - Two overridden methods do not have the `@Override` annotation This pull request has now been integrated. Changeset: ca479be7 Author: Daniel Gredler <[email protected]> URL: https://git.openjdk.org/jdk/commit/ca479be7470af4124d666d63f5cbef101c4db5d2 Stats: 16 lines in 1 file changed: 2 ins; 8 del; 6 mod 8379363: FontInfo improvements Reviewed-by: prr, serb ------------- PR: https://git.openjdk.org/jdk/pull/30098
