More Info:
This issue occurs in other System.Drawing.FontStyle enum values too, like Bold, Strikeout and Underline...
Problem description:
The font style is not Italic for controls in form.


Expected behavior:
The font style should be Italic in form, like it works when text scale is 100%.

Minimal repro:
- Open the attached TestApp.zip project in VS, run it and check the font style of buttons. -- Font style is Italic in this time.
- Stop the project, and open the Display setting in OS, then change the text scale(Make text bigger) to 150% and click Apply option.
- Run project again and observe the font style in controls.