Possible to adjust ClearType on Visual Studio 2010

2019-01-28 08:20发布

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 to the one in the OS.

7条回答
够拽才男人
2楼-- · 2019-01-28 08:23
你好瞎i
3楼-- · 2019-01-28 08:32

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

查看更多
Anthone
4楼-- · 2019-01-28 08:34

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.

查看更多
唯我独甜
5楼-- · 2019-01-28 08:36

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.

查看更多
我只想做你的唯一
6楼-- · 2019-01-28 08:44

There is an extension that can help with this:

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

查看更多
登录 后发表回答