WindowsLookAndFeel - 使用什么字体 - 有没有办法改变它

发布于 2024-12-10 03:19:17 字数 227 浏览 0 评论 0原文

UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");

使用什么字体?如果我有一个使用 windowslookandfeel 的应用程序,有没有办法通过更改此 L&F 的默认字体来更改本地系统上使用的字体 - 我正在考虑更改 Windows 选项 - 例如控制面板/注册表/系统属性等...

谢谢

UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");

What font gets used? If I have an app, which is using the windowslookandfeel, is there a way to change the font used on a local system, by changing the default font for this L&F - I am looking at changing Windows options - such as Control Panel/Registry/System Properties etc..

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

记忆で 2024-12-17 03:19:17

Windows L&F 中使用多种默认字体。最常用的是 Font.DIALOG,但它也使用 Font.SANS_SERIFFont.MONOSPACED。更改默认值是通过类 UIDefaults 完成的 (JavaDoc)。

Multiple default fonts are used in the Windows L&F. The most used one is Font.DIALOG, but it also uses Font.SANS_SERIF, and Font.MONOSPACED. Changing the default is done via the class UIDefaults (JavaDoc).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文