How to fix blurry font in Visual Studio 2015

20,292

Solution 1

Set the zoom level in 2015 to 100%:

enter image description here

Solution 2

For those who have blurry fonts problem because of two displays (e.g. one is 100%-scaled, and other is 125%), just make other display (on which fonts are blurry) main. set main display

In order for the changes to take effect you must sign out or restart.

Solution 3

In your 2015 example, you have the zoom set to 98% (see the drop-down in the bottom left corner).

Doing this in my version also made the text 'blurry' and setting it back to 100% made it crisp.

Solution 4

enter image description here

Unchecking this fixed my problem in VS 2019. No need to set zoom to 100%.

Share:
20,292

Related videos on Youtube

Egor
Author by

Egor

Updated on July 09, 2022

Comments

  • Egor
    Egor almost 2 years

    I'm using VS 2015 community edition and have noticed that the default font in the text editor is blurry compared to the VS 2013 community edition which uses the same font. I have these both on my machine and can see that VS 2013 renders the font more smoothly.

    Any ideas on how to fix this? I'm on a Surface pro 4 with Windows 10

    Visual Studio 2015 with blurry font VS 2015

    Visual Studio 2013 with nice crisp font VS 2013

    • Gerald Schneider
      Gerald Schneider over 8 years
      To whoever voted to close this question: While it is easy to fix it will most probably pop up again in the future. I don't see any reason to close it.
    • Johan Boulé
      Johan Boulé almost 5 years
      You still have a problem: look at uppercase letters L and M, lowercase m, ... The antialiasing is badly hurting. More advanced fonts and/or renderer wouldn't do that.
  • Uwe Keim
    Uwe Keim over 8 years
    Best arrow ever ;-)
  • Rik
    Rik over 8 years
    Sometimes a fix is a mousescroll away
  • Gerald Schneider
    Gerald Schneider over 8 years
    @UweKeim I made it with Paint.NET, so I'd rather call it a pointer ;)
  • Jeffrey Drake
    Jeffrey Drake almost 7 years
    If you have an answer, put it in the answer field, a link is not necessary.
  • jonnarosey
    jonnarosey over 6 years
    I had to restart my laptop before the text went clear but this was definitely the answer to my issue.
  • John Smith
    John Smith over 6 years
    This generally won't work. E.g., if you have one FHD and one 4K monitor, the non-main monitor will always be blurry when using different scalings. (developercommunity.visualstudio.com/content/problem/25097/…‌​)
  • alexkovelsky
    alexkovelsky over 6 years
    I guess if clear text is scaled down, it remains clear. And if clear text is scaled up, it becames blurry. But even if it's not the case, anyway that worked for me.
  • alexkovelsky
    alexkovelsky over 6 years
    Now, when I look closely, I indeed see that on non-main display it is a little blurry, but that is neglectable.
  • Roman O
    Roman O over 6 years
    jonaglon, your advise to reboot pc really helped me. You should post it as standalone answer.
  • KyokoHunter
    KyokoHunter about 4 years
    This also works in Visual Studio 2017. I found the two checkboxes underneath also had to be unchecked for this to work.
  • hina10531
    hina10531 about 4 years
    This has been the pain in the next for the past 3 weeks. I thought I got something in my eyes all the time. Thanks!!