Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to change the Font used in the VS2012 Test Output Window?

I'd like to change the font used in the Test Output window (see picture below) of Visual Studio 2012 (SP3) without changing other windows. I know you can change the font by going to Tools -> Options -> Environment -> Fonts and Colors and changing the Environment Font but this changes for all windows, menus, dialogs etc...

Is there a way of changing the font used in the Test Output window only ?

VS2012 Test Output Window

Thanks,

like image 750
Gavin Sutherland Avatar asked Jul 16 '13 07:07

Gavin Sutherland


People also ask

How do I change font in Visual Studio console?

In VSC 2019 go to File -> Preferences -> Settings -> Features -> Terminal and find option of font-size and change to apropriate value for your needs.

What font does Visual Studio code use?

Cascadia Code Cascadia Code is the default font for the Windows Terminal and Visual Studio.


2 Answers

Go to "Tools" → "Options" → "Fonts and Colors" In "Show settings for:".

The Test Output text is changed by the "Environment Font" option in the "Show settings for:" dropdown. Unfortunately, this changes the font for all the menu items and tabs as well.

like image 77
IAbstract Avatar answered Oct 08 '22 23:10

IAbstract


The "Environment Font" option in Tools►Options►Fonts and Colors changes the test output, but also sets the menu and many other items.

like image 39
Pete Kirkham Avatar answered Oct 09 '22 01:10

Pete Kirkham