简体   繁体   English

.net winforms 应用程序字体在缩放到 125% 时被修剪

[英].net winforms application font trimmed when scaling to 125%

When i set windows font to 125% my .net winforms application font truncated and that i don't want, not sure if there is any application wide setting to re-scale/adjust当我将 Windows 字体设置为 125% 时,我的 .net winforms 应用程序字体被截断并且我不想要,不确定是否有任何应用程序范围的设置可以重新缩放/调整

enter image description here在此处输入图片说明

**在此处输入图片描述**

In R2 2017 we introduced built-in HDPI support in the Progress® Telerik® UI for WinForms suite.在 R2 2017 中,我们在 WinForms 套件的 Progress® Telerik® UI 中引入了内置 HDPI 支持。 This coincides with the HDPI improvements Microsoft is bringing with .NET 4.7 and the Windows 10 Creators Update.这与微软在 .NET 4.7 和 Windows 10 创意者更新中带来的 HDPI 改进相吻合。 The best part is that you will get this support no matter which .NET framework you are targeting (currently supported from .NET 2.0 and up).最好的部分是,无论您的目标是哪个 .NET 框架(目前支持 .NET 2.0 及更高版本),您都将获得此支持。 The following help article demonstrates how to enable the DPI scaling in your application: https://docs.telerik.com/devtools/winforms/telerik-presentation-framework/dpi-support以下帮助文章演示了如何在您的应用程序中启用 DPI 缩放: https : //docs.telerik.com/devtools/winforms/telerik-presentation-framework/dpi-support

Please have a look at this KB article which will give you some tips and tricks regarding developing a DPI-aware application: https://docs.telerik.com/devtools/winforms/knowledge-base/hdpi-tips-and-tricks请查看这篇知识库文章,该文章将为您提供有关开发 DPI 感知应用程序的一些技巧和窍门: https : //docs.telerik.com/devtools/winforms/knowledge-base/hdpi-tips-and-tricks

I hope this information helps.我希望这个信息帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 混合WinForms和WPF应用程序中.Net 3.5中的DPI缩放 - DPI Scaling in .Net 3.5 in Mixed WinForms and WPF Application Winforms应用程序在绘制图表时更改高dpi监视器上的缩放比例 - Winforms application changes scaling on high dpi monitor when drawing a chart Windows Forms C# 应用程序 - 当用户为操作系统字体大小选择 125% 或 150% 时,设置表单控件的字体大小以适应屏幕? - Windows Forms C# application - Set font size of form controls to fit the screen when a user choose 125% or 150% for the OS font size? 如何将字体与.net winforms应用程序捆绑在一起? - How can I bundle a font with my .net winforms application? .NET WinForms应用程序中非常奇怪的字体显示问题 - Very strange font display issue in .NET WinForms application 当用户选择125%或150%的OS字体大小时,如何强制Windows窗体C#应用程序忽略? - How do I force a Windows Forms C# application to ignore when a user choose 125% or 150% for the OS font size? 如何在.NET WinForms应用程序中控制字体DPI - How to control the font DPI in .NET WinForms app 如何在WinForms应用程序中使用DOS字体 - How to use DOS font in WinForms application ADAL.NET Winforms应用程序 - ADAL.NET winforms application 以图形方式模拟.NET winforms应用程序 - Graphically template a .NET winforms application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM