I have the same question that bothers me very much, and I canβt find a solution for several months. Today I finally found a possible solution using my limited concepts in C #.
Go back to the topic, just add the two lines below to the file " form1.designer.cs ", which is located in the visual studio installation directory. My visual studio 2010 has this directory: C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ IDE \ ProjectTemplatesCache \ CSharp \ Windows \ 1033 \ WindowsApplication.zip
using System.Drawing; ///this line on top of all this.Font = new Font("Arial", 16); ///this line in the InitializeComponent()
There are some side effects, because some properties depend on the font size, for example, the size of the form will increase due to the AutoScaleMode form, the size of the button / text field is not suitable by default, as you know ... But this is not a big question. A good programmer could solve this problem on his own.
Thus, you can change something, for example, the font of the button / layout, color ... It all depends on your imagination.
This is my first post. Hope this helps some guys like me.
Humble bustle adobe
source share