I am aware of the FontStretch property, but not really sure how to use it.
What I want is to create a window designed with a resolution of say 200x400. Then when the user stretches it to 400x800 (or whatever), I'd just like the entire window to stretch/scale up (in the given scenario, everything would double in size) rather than just moving around. It would be nice if it worked with images as well, but just getting the fonts and general object sizes to do this would be good.
Are there any inbuilt functions or 3rd party libraries that provide this functionality?