in WinForms I can use Control.Scale
to scale control larger. when I do that, all child controls are repositioned and scaled correctly, but font size remains the same.
is there an easy way to force font to scale up/down as well? or is the only way for me to manually update font for all controls when control is being scaled?
background: I'm working on a program in which I need to support zoom in/out to make labels, textboxs, etc. more readable for users with poor eyesight.