0

I know how to change font size in Xcode (REF) and I am using Xcode 8.3.2. There are options like 11/12/13/14/18... in the font window, but without 16. How can I make it?

Edit:

I tried to type 16 in the size text field directly, but won't help.

heLomaN
  • 1,634
  • 2
  • 22
  • 33
  • 1
    Select the number (not the on in the list), and write yourself "16"? – Larme Oct 10 '17 at 09:55
  • @Larme I write `16` for `Source Code Pro` and 'SF Mono', and close the preference window. It doesn't work. – heLomaN Oct 10 '17 at 09:59
  • 1
    @heLomaN Does dragging the slider in the font panel work? I noticed on Xcode 9 that typing a number in the font panel didn't change the font size, but dragging the slider allowed me to change the size to 15 and 16. – Swift Dev Journal Oct 10 '17 at 23:06
  • @MarkSzymczyk Wow, it works just the same way in Xcode 8. Sincerely, big thanks. – heLomaN Oct 11 '17 at 02:00

1 Answers1

1

As Larme mentioned, the font panel has a text field for you to enter the font size. If entering the font size doesn't change the font size, there's a slider in the font panel. Use the slider to change the font size to sizes that don't appear in the font panel list, such as 15 and 16 points.

Swift Dev Journal
  • 19,282
  • 4
  • 56
  • 66