Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to enable ClearType on Visual Studio only?

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.

like image 883
Luke Avatar asked Dec 04 '25 08:12

Luke


1 Answers

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.)

like image 191
Eric Rosenberger Avatar answered Dec 07 '25 14:12

Eric Rosenberger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!