I am creating a personal project to get the hang of WPF and want to play around with its powerful layouts and options. Is it possible to scale my WPF form/window with the font size set in the windows settings? For example, a user can change their font sizes through the windows OS and I want my form to scale accordingly. How would I approach starting to set this up?
Edit: My original question is not phrased correctly. Essentially I am looking for an explanation on how WPF handles automatic scaling differently than winforms. Also I want to know how to set up automatic scaling from the beginning in a wpf form.