Why are my fonts blurry in Visual Studio 2010?
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 :)
It is Windows 7 operating system property.
- Right click on "Computer" and select "Properties".
- Click "Advanced system settings" at the left top corner. "System Properties" dialog box appears.
- Click "Settings..." button under "Performance" section.
- Uncheck "Smooth edges of screen fonts".
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.
I think it's Clear Type that's causing the problem, try disabling that in the OS.
精彩评论