I know the FontStretch property , but not quite sure how to use it.
I want to create a window with a resolution of 200x400. Then, when the user stretches it to 400x800 (or something else), I just want the whole window to stretch / expand (in this scenario, everything would be twice as much), and not just move around. It would be nice if he worked with images, but just getting the fonts and overall sizes of the objects would be nice for that.
Are there any built-in functions or third-party libraries that provide this feature?
source
share