可以在Visual Studio 2010上调整ClearType吗?

时间:2021-01-20 17:36:58

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.

我刚刚获得VS 2010 beta 1,但文本编辑器中的文本很薄,即没有抗锯齿,平滑或清晰。这很难读。是否有调整它的设置,类似于操作系统中的设置。

7 个解决方案

#1


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

这是beta的已知问题。请参阅自述文件。第2.4.2.2节“文字可能看起来有些模糊”。

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

他们正在修复并建议你坚持用英语Consolas字体。

#2


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

一旦WPF与最新版本的DirectX中的DirectWrite代码集成,这将在Beta 2中得到修复。

#3


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.

为了解决这个问题,我们决定覆盖操作系统设置,并且当Consolas是编辑器字体时,始终使ClearType平滑处于打开状态。这样,不是特定于字体的用户获得最佳行为,并且如果用户想要具有非清晰类型体验,则还需要切换他们将不得不做的字体。

ClearType cannot be disabled in source code windows

无法在源代码窗口中禁用ClearType

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

如果从Consolas更改字体对您有用,请告诉我。

#4


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)

Microsoft H4X0RS决定强制用户在使用Consolas字体时采用ClearType(向下滚动,直到看到标题Consolas始终使用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)

解决这个问题的方法是安装Text Sharp扩展(是的,你看对了,你需要安装一个扩展来关闭BlurType - 即你的系统范围设置没有应用抗锯齿)

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

这样做的人如何逃脱它我永远不会知道。

#5


There is an extension that can help with this:

有一个扩展可以帮助这个:

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

#7


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

您必须在显示选项和性能选项中将其关闭:http://blogs.msdn.com/b/visualstudio/archive/2010/03/15/visual-studio-2010-text-clarity-cleartype-和走样,fonts.aspx

#1


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

这是beta的已知问题。请参阅自述文件。第2.4.2.2节“文字可能看起来有些模糊”。

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

他们正在修复并建议你坚持用英语Consolas字体。

#2


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

一旦WPF与最新版本的DirectX中的DirectWrite代码集成,这将在Beta 2中得到修复。

#3


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.

为了解决这个问题,我们决定覆盖操作系统设置,并且当Consolas是编辑器字体时,始终使ClearType平滑处于打开状态。这样,不是特定于字体的用户获得最佳行为,并且如果用户想要具有非清晰类型体验,则还需要切换他们将不得不做的字体。

ClearType cannot be disabled in source code windows

无法在源代码窗口中禁用ClearType

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

如果从Consolas更改字体对您有用,请告诉我。

#4


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)

Microsoft H4X0RS决定强制用户在使用Consolas字体时采用ClearType(向下滚动,直到看到标题Consolas始终使用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)

解决这个问题的方法是安装Text Sharp扩展(是的,你看对了,你需要安装一个扩展来关闭BlurType - 即你的系统范围设置没有应用抗锯齿)

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

这样做的人如何逃脱它我永远不会知道。

#5


There is an extension that can help with this:

有一个扩展可以帮助这个:

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

#6


#7


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

您必须在显示选项和性能选项中将其关闭:http://blogs.msdn.com/b/visualstudio/archive/2010/03/15/visual-studio-2010-text-clarity-cleartype-和走样,fonts.aspx