有没有一种简单的方法来确定用户标题栏中使用的字体?

发布于 2024-11-17 17:51:16 字数 138 浏览 4 评论 0原文

我想找出用户为窗口定义的字体。如果他们使用 MS Sans Serif,则有些字符无法显示。我假设大多数人会使用 Tahoma 或 Segoe UI,但这是我不准备在我的程序中做出的假设。

我可以轻松安全地查询标题栏(非客户区)的用户字体类型吗?

I'd like to find out what font the user has defined for a window. If they are using MS Sans Serif, then there are characters they cannot display. I'm assuming most people will be using Tahoma or Segoe UI but that's an assumption I'm not prepared to make within my program.

Can I easily and safely query the user's type of font for the title bar (non-client area)?

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

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

发布评论

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

评论(2

笑看君怀她人 2024-11-24 17:51:16
System.Drawing.SystemFonts.CaptionFont
System.Drawing.SystemFonts.CaptionFont
终难遇 2024-11-24 17:51:16

System.Drawing.SystemFonts.CaptionFont 应该可以满足您的需求。

System.Drawing.SystemFonts.CaptionFont should give you what you're looking for.

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