Chris Hawkes
Chris Hawkes

Reputation: 12420

How to change the size of the font in Visual Studio 2013

I'm trying to adjust the font-size for Visual Studio 2013, specifically the TFS window. It seems none of the options inside Tools > Options > Fonts and Colors does anything to affect this. Does anybody know of a way to accomplish this?

Upvotes: 4

Views: 2240

Answers (2)

Chris Hawkes
Chris Hawkes

Reputation: 12420

Wow for the longest time I did not think this was possible but just found a way to do it. This works for all windows like TFS and solution explorer.

  1. Go to Tools->Options->Environment->Fonts and Colors
  2. In "Show Settings for" chose "Environment Font"
  3. In "Font" replace Automatic to for example, Arial and change size.

Upvotes: 7

Aneesh Mohan
Aneesh Mohan

Reputation: 1087

use

ctrl+ scrollup (using mouse) to increase size

ctrl+ scrolldown for decreasing font size.

Upvotes: -2

Related Questions