Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change font-smoothing in VS 2010

Is there any way to make font smoothing more MacOS like in Visual Studio 2010? I used to do that with GDI++ in VS 2008, but obviously that won't work in new Visual Studio. Is it possible to tweak WPF font-smoothing manually?

If anyone doesn't know about GDI++ you can get it here. It is highly configurable, but the basic settings make fonts look like they do on MacOS, which is much better when you have white text on dark background.

like image 623
Egor Pavlikhin Avatar asked Jun 18 '10 00:06

Egor Pavlikhin


2 Answers

Here's a link on some options to try:

Turning off ClearType, Adjust font smoothing on OS level, change the environment font in VS. Consolas font was an option they recommended in beta.

Here's a blog post on improving WPF font clarity.

like image 182
Kevin LaBranche Avatar answered Oct 30 '22 19:10

Kevin LaBranche


There's a Visual Studio extension called Text Sharp that lets you change the font smoothing settings.

like image 26
Travis Avatar answered Oct 30 '22 19:10

Travis