How to disable font smoothing in Visual Studio editor?

fonts, visual-studio-2012, windows

Solution

For me it helped to switch to "Consolas" font and then back to "Courier New" in Tools->Options->Environment->Fonts and Colors. Don't forget to press "OK" after switching to Consolas.

Problem

How can I disable the font smoothing in the text editor of Visual Studio? On some machines I use, this works, but, not in most of them. The text in the editor on the left is not really sharp. But the font in Windows is.

Original source