Possible to adjust ClearType on Visual Studio 2010?

浪尽此生 提交于 2019-11-29 15:31:18

This is a known issue with the beta. See the readme. Section 2.4.2.2 "Text may appear slighly blurry".

They are working on a fix and recommend you stick with Consolas font for English, for now.

This will be fixed in Beta 2 once WPF integrates with the DirectWrite code in the latest versions of DirectX.

To workaround this, we decided to override the OS Setting and always for ClearType smoothing to be on when Consolas is the editor font. This way the user who isn't particular about fonts gets the best behaviour and if the user wants to have a non-clear type experience the will also need to switch their font which they would have to do anyways.

ClearType cannot be disabled in source code windows

Let me know if changing the font from Consolas works for you.

The Microsoft H4X0RS decided to force users to adopt ClearType when using Consolas font (scroll down until you see the heading Consolas always uses ClearType)

The way to fix this is to install the Text Sharp extension (yes, you read right, you need to install an extension to turn off BlurType -- ie to have your system-wide setting of no anti-aliasing applied)

How the people who did this got away with it I'll never know.

There is an extension that can help with this:

http://www.svprogramming.net/text-sharp/index.html

You have to both turn it off in the display options and the performance options: http://blogs.msdn.com/b/visualstudio/archive/2010/03/15/visual-studio-2010-text-clarity-cleartype-and-aliased-fonts.aspx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!