Is there a way to change the default Font for all of the Components on a Form?
In win8, the default "MS Sans Serif" looks thin and washed out. There is a new Font shown just above it in the list and I assume MSoft added it for win8 for some reason. It is called "Microsoft Sans Serif" and is a much cleaner and lightly Bold-ed Font.
I used this link to change the default for Forms, thinking (hoping) that all components would use the Parent-Font, but sadly, no. The only thing that Registry tweak changed was the Title Font for the Form. The body of the Form and thus the components on it are still using the skinny old "MS Sans Serif."
Is there some way to force all components to use the newer Font, other than changing the Form's body-Font every time?
Font
property? It should automatically apply to all the other controls, too, except for the ones whereParentFont
is false. – Rob Kennedy