2

Here's the documentation for ScaleX function: ScaleX. The same thing is for ScaleY: ScaleY. I'm a little bit confused with these. Does it mean that I only need to use them when I use different font sizes on my wizard page? Can anybody give me the real example of why I should always use those instead of absolute/relative values?

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
JConstantine
  • 1,020
  • 7
  • 19

1 Answers1

2

You need to use them always, when setting absolute control locations and sizes.

They take care of custom font sizes and window scaling set by the user in Windows preferences. That's not under your installer control.

See also Inno Setup Placing image/control on custom page.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992