Question

I really like how Consolas looks with ClearType enabled but unfortunately it makes everything else look terrible. Is there any way to enable this on a per app basis? I noticed that putty (the terminal emulator) has options for ClearType separate from the display setting.

Was it helpful?

Solution

It is possible to have an application that enables or disables ClearType independently of the system-wide setting... but it requires that the application be specifically written to do it, since it involves passing specific parameters to the Windows API when you're creating fonts. Unfortunately, to my knowledge, VS wasn't written to do this. (And, incidentally, I don't think .NET supports it either, without resorting to P/Invoke.)

OTHER TIPS

Getting bad results with ClearType but good looking Consolas is pretty strange. Try out the ClearType tuner.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top