Possible to adjust ClearType on Visual Studio 2010?

前端 未结 7 1686
无人及你
无人及你 2020-12-21 04:25

I just got VS 2010 beta 1, but the text in the text editor is thin, ie not anti aliased, smoothed or cleartyped. It\'s hard to read. Is there a setting to adjust it, similar

相关标签:
7条回答
  • 2020-12-21 04:32

    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.

    0 讨论(0)
  • 2020-12-21 04:34

    http://blogs.msdn.com/b/visualstudio/archive/2010/03/15/visual-studio-2010-text-clarity-cleartype-and-aliased-fonts.aspx

    0 讨论(0)
  • 2020-12-21 04:45

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

    0 讨论(0)
  • 2020-12-21 04:47

    There is an extension that can help with this:

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

    0 讨论(0)
  • 2020-12-21 04:52

    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.

    0 讨论(0)
  • 2020-12-21 04:53

    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.

    0 讨论(0)
提交回复
热议问题