JDoe
JDoe

Reputation: 111

SSMS 2017 Changing font size

I'm using SSMS 2017 and want to make my font larger in the query window. When I go to Tools > Options > Environment > Fonts and Colors > and then change the size of my font and press Ok, nothing changes. The size doesn't get affected in the open query window nor in a new query window.

Upvotes: 11

Views: 24724

Answers (6)

Dung
Dung

Reputation: 20565

This is working in v18.4.

  1. In the menu click on Tools (1) and then on Options
  2. The Options (2) dialogue opens
  3. In Options select Fonts and colors (3)
  4. From ´Show settings for´ select Grid Results (4)
  5. Change the font size (5)
  6. Restart SSMS (6)

Screenshot

enter image description here

In OP's case I think you did not restart your ssms.

Also, as in arrow 4 you will need to know what settings you want to change in order for it to work as expect.

It should be very much the same for your ssms version.

Done.

Upvotes: 11

nicomp
nicomp

Reputation: 4647

If you don't have a mouse wheel, use the Ctrl key and two fingers on the touchpad: a pinching motion to enlarge/reduce the font in the Query Tab.

Upvotes: 2

Denis Sivtsov
Denis Sivtsov

Reputation: 164

If you requested regarding font in window, which will be opened when you select New Query from database object (e.g. AutoLot), You can change size in Environment/Fonts and Colors/Text Editor see picture

Upvotes: 0

Tyzer
Tyzer

Reputation: 3

I'm also using SSMS 2017 and also needed to increase the font size. To change the font size in your query window, make sure 'Text Editor' is chosen in the drop-down for 'Show settings for:' when you select Environment>Fonts and Colors. That will affect your query window font size once you select 'OK'. I'm not sure why the drop-down '[All Text Tool Windows]' doesn't affect the font size but I found that as well.

Upvotes: 0

James Jenkins
James Jenkins

Reputation: 1954

Your issue may be related to an early release. I am using SSMS 17.4 and following your patch causes the query window font to change as soon as click 'ok' the changes persist in a new query window and when I close and re-open SSMS.

Upvotes: 0

John
John

Reputation: 1

You must go to Environment font select a new font and size

Upvotes: -2

Related Questions