Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 blurry font

I'm using Visual C# 2010 Express (final, not beta or anything) and I'm having an issue with blurry fonts while debugging. The font appears normal everywhere (intellisense, menus, code) but when a breakpoint is reached most of the debugger related text is blurry (Locals, Call Stack, "data tooltips").

Here are screenshots of the normal text and the blurry text while debugging: http://img682.imageshack.us/i/normalh.png/

http://img145.imageshack.us/i/blurry.png/

Is this a known bug or something related to my system? Is there a way to fix it?

like image 865
John Doe Avatar asked Apr 17 '10 19:04

John Doe


People also ask

Why do my fonts look blurry?

Blurry font problems can be caused by cables that aren't connected properly, older monitors, and poor screen resolution settings.

How do I fix blurry text in Windows 10?

Turn the setting for fixing blurry apps on or off manuallyIn the search box on the taskbar, type advanced scaling settings and select Fix apps that are blurry. In Fix scaling for apps, turn on or off Let Windows try to fix apps so they're not blurry.

How do I make my font sharper?

Adjust DPI Scaling Right-click on the Desktop and select Display Settings. Under Scale and layout, look for Change the size of text, apps, and other items. Ensure that the scaling value in the drop-down menu is set to 100% (Recommended).


2 Answers

guys.

Like a JTeck, my VS showed blurry fonts in any scenaries. I solved this problem going to "Tools\Options". In "Environment\General" I uncheck all options in "Visual experience".

This is solve my problem. I hope that can help you too.

like image 153
Daniel Martins Avatar answered Nov 05 '22 01:11

Daniel Martins


You might have to change the setting of "Fonts and Colors"

  1. Tools -> Options -> Fonts and Colors
  2. pick the item of "[Watch, Locals, and Autos Tool Windows]" from "Show setting for"
  3. Change the Font and Size to the setting as same as the setting of "Text Editor"
like image 37
Edison Chuang Avatar answered Nov 05 '22 02:11

Edison Chuang