为什么我的 Visual Studio 2010 中的字体模糊?
我最近切换到 Visual Studio 2010。 我一直使用好的旧像素化字体,因为我发现它更容易阅读(一个像素是黑色,另一个是白色......完美)。
在 Visual Studio 2005 中,我使用位图字体。在VS 2010中似乎必须使用TTF字体,所以我切换到 proggy fonts TTF 格式。
但现在我的文字很模糊。这是一个屏幕截图:
如何禁用这个无用的功能? 我不希望我的代码看起来“漂亮”,我只是想使用它:)
I recently switched to Visual Studio 2010.
I have always used good old pixelized fonts as I find it easier to read (One pixel is Black, the other is white... Perfect).
In Visual Studio 2005 I was using bitmap fonts. In VS 2010 It seems that you must use TTF Fonts, so I switched to proggy fonts TTF format.
But now my text is blurry. Here is a screenshot:
How can I disable this useless feature?
I don't want my code to look "pretty" i just want to work with it :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它是Windows 7操作系统的属性。
It is Windows 7 operating system property.
我尝试使用这个工具,它是一个很好的解决方案,仅用于删除代码上的清晰类型(文本视图)。
http://vlasovstudio.com/text-sharp/index.html
我希望在 Windows 8 中拥有像当前 Linux 版本一样的高 dpi 选项(例如 cinnamon,对高 dpi 屏幕的出色且灵活的控制)。
我正在使用 vstudio 2013 和 lenovo Yoga 2 Pro。
I try with this tool that was a great solution only for remove clear type on code (text view).
http://vlasovstudio.com/text-sharp/index.html
I want to have in windows 8 a high dpi options like currently linux versions (for instance cinnamon, excelent and flexible controls to high dpi screens).
I am working with vstudio 2013 and lenovo yoga 2 pro.
我认为是 Clear Type 导致了问题,请尝试在操作系统中禁用它。
I think it's Clear Type that's causing the problem, try disabling that in the OS.