Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot change fonts in Visual Studio 2013

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. enter image description here

like image 776
Adrian Collado Avatar asked May 23 '14 13:05

Adrian Collado


People also ask

How do I change the font in Visual Studio 2013?

On the menu bar, choose Tools > Options. In the options list, choose Environment > Fonts and Colors. In Show settings for list, select Text Editor. Modify the Font and Size options to change the font and text size for the editor.

How do I increase font size in Visual Studio 2013?

Press Tools -> Environment -> Fonts and Colors -> Show Settings for: Text Editor there ist the Font Size Property.


1 Answers

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

like image 192
cnd Avatar answered Sep 28 '22 01:09

cnd