Scaling + font-size

I need to set the font size rather large (14pt) so I can see things comfortably in my IDE. But I think it looks HUGE for normal users. So I put a spinner at the bottom that lets me adjust the font size of the base form that most other components inherit from.

The fonts adjust in size ok, but all of the containers remain unchanged, so the text can get clipped in edit boxes or move around insdie of panels.

What I’d like is to have some way to simply zoom in and out where everything would scale proportionally.

What are my options?

(This isn’t an IDE thing. It’s partly because I’m running my monitor (a TV) at 4k using a Mac Mini, and am accessing a small “mini-PC” on my LAN via RDP, so the PC desktop is also in 4k mode but shrunk down 10-15% to fit in the RDP window.)

To understand better, I’d need to know

  1. what Delphi version is this?

  2. what is the DPI setting for your Delphi form designer

You might consider using screen and/or form designer DPI settings to have font sizes adapt without effect for users running the app at 100% DPI for example.