mbien commented on issue #8753: URL: https://github.com/apache/netbeans/issues/8753#issuecomment-3217442820
Thanks for posting. Looks fine on first glance, JDK is also up to date. Beside the missing `I` and `)` there seems to be something weird going on with the font kerning. Some letters are connected which fonts typically try to avoid (but it might be just the font?). HighDPI scaling issue potentially? you can change the UI flont (and size) via FlatLaf properties, e.g: ```ini defaultFont = 15 "Cantarell" #defaultFont = 14 "Droid Sans" ``` `tools -> options -> appearance -> flatlaf -> edit custom properties` JDK 24 might be also worth a try, not all desktop fixes are backported to LTS releases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
