19

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,

Gavin Sutherland
  • 1,666
  • 3
  • 23
  • 36

2 Answers2

8

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.

senshin
  • 10,022
  • 7
  • 46
  • 59
IAbstract
  • 19,551
  • 15
  • 98
  • 146
3

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

Pete Kirkham
  • 48,893
  • 5
  • 92
  • 171