字体问题:控制 Windows 7 计算机中的文本截断
我有一个 Visual Studio 2008 Windows 应用程序,它通常在几乎所有其他窗体上都有菜单项、文本框和一些按钮。它在我的 XP SP3 开发机器上看起来很棒。
我读取 AppConfig 文件来设置所有表单通用的字体系列和字体大小。 例如:我使用 Arial 10 字体用于所有表单中的所有控件,
但是当我在 Window7 上安装该应用程序时,字体看起来有点小大,我可以在一些菜单项和其他控件中看到截止,例如:标签。
这是否意味着 Windows XP 计算机上的字体设置与 Windows 7 上的设置不同?
问候
I have a Visual Studio 2008 Windows Application which typically has menu items,textboxes and some buttons on almost every other forms. It looks great on my development machine which is XP SP3.
I read my AppConfig file to set the font family and font size which is common to all forms.
For ex: I use the Arial 10 font to be used to be used for all controls in all the forms
But when I installed the application on Window7, the font looks little bit big and i can see cutoff in the some menuitems and in other controls for ex: labels.
Does this mean that the font setting on a Windows XP machine is different from the setting on a Windows 7 ??
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能不是这样,但您需要注意 Windows 7 上的字体缩放工作方式与 Windows XP 不同。检查是否使用了字体缩放,是否是通过 XP 兼容机制完成的。
It may not be this, but you need to be aware that font scaling on Windows 7 can work differently to Windows XP. Check that, if font scaling is in use, it's being done with the XP-compatible mechanism.