0

I would like to change the Font Size used in Delphi 10.2.2 Tokyo because it's too big. I use 125% scaling in Windows 10.

I found this:

System Registry Keys for IDE Visual Settings | Customizable Values

But it doesn't work.

I also have Delphi XE8, and this solution from Embarcadero's website works, but not in 10.2.2.

Any ideas?

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770
Stepel
  • 224
  • 1
  • 9
  • Have you logged out of Windows and back in? – Jerry Dodge Jan 23 '18 at 22:15
  • Probably related to the new IDE themes. – Uwe Raabe Jan 23 '18 at 22:41
  • Yes I have logged out but it didn't help. – Stepel Jan 23 '18 at 23:03
  • Can you be more specific about what you did? *I read this help topic* doesn't tell us exactly what you *actually did*, it just shows us what the instructions told you to do. – Ken White Jan 24 '18 at 01:11
  • I have installed two versions of Delphi: XE8 and 10.2.2 Tokyo. I wanted to change the font size in IDE so I modified register (added keys ModernThemes nad values FontSize for both bds versions: 16.0 nad 19.0). XE8 looks OK now but 10.2.2 has still too big font size. I didnt do that first time. It always helped but it's first time when I have 10.2 Tokyo with update 2 and unfortunately Embarcadero's solution doesnt work for this version. – Stepel Jan 24 '18 at 05:16
  • @UweRaabe I think you are right.. – Stepel Jan 24 '18 at 10:31

1 Answers1

0

When we added theme support to the IDE in 10.2.2, for the Dark Theme, these settings became unused. That's because themes carry font information.

It's a useful feature and we're looking at re-enabling it again in a future release.

David
  • 13,360
  • 7
  • 66
  • 130
  • Hmm thank you for your answer and I understand but is there any option to change font size for the "Light theme" ? It doesn't look good when I am using 125 % scalling in Windows 10 :/ – Stepel Jan 25 '18 at 15:33
  • No, not right now sorry. When we added the dark theme support it broke this for the light theme as well. – David Jan 29 '18 at 16:36