不受 ClearType 全局设置影响的 WinForm 应用程序
我有一个主窗体(WinForm),它应该在没有 ClearType 的情况下呈现其内容。更准确地说,该表单中的 RichTextBox 应该在没有 ClearType 的情况下呈现其文本。当 ClearType 在最终用户系统上打开时,如何防止它影响我的应用程序?
我还没有找到如何使用 System.Drawing 实现此目的,也不知道 P/Invoke 解决方案。
I have a main Form (WinForm) which should render its content without ClearType. More precisely, a RichTextBox within that form should render its text without ClearType. When ClearType is turned on at the end-user system, how can I prevent it from affecting my application?
I havn't found how to achieve this with System.Drawing, nor I know of a P/Invoke solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道如何设置,但你可以查看
I don't know how to set it but you can check from