Cannot change fonts in Visual Studio 2013

fonts, settings, visual-studio, visual-studio-2013

Solution

First try to remove `HCU\Software\Microsoft\VisualStudio\12.0\FontAndColors\Cache`

If that will not help try to remove both `HCU\Software\Microsoft\VisualStudio\12.0\FontAndColors` and `HCU\Software\Microsoft\VisualStudio\12.0_Config\FontAndColors` and then run Rapair on your VS 2013 installation.

It should help.

credits goes to @leppie

Problem

I used to be able to change the fonts and colors of Visual Studio 2013 by going to `Tools > Options`, then `Environment > Fonts and Colors`, and finally showing the settings for the Text Editor. However, now I cannot show the settings for the Text Editor. The first setting in the list is now the fonts and colors for the Printer. Edit: Here is a photo of where the setting is missing.

Original source