RFR: 8334123: log the opening of Type 1 fonts
Matthias Baesken
mbaesken at openjdk.org
Wed Jun 12 12:22:33 UTC 2024
When font logging is enabled (e.g. by setting -Dsun.java2d.debugfonts=true ), currently the open operations for ttf fonts are logged, but not for Type1 fonts.
The logging would be more clear and consistent with added logging for Type 1 fonts.
-------------
Commit messages:
- JDK-8334123
Changes: https://git.openjdk.org/jdk/pull/19676/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19676&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8334123
Stats: 7 lines in 1 file changed: 5 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/19676.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19676/head:pull/19676
PR: https://git.openjdk.org/jdk/pull/19676
More information about the client-libs-dev
mailing list