开发者

How to increase font size of the entire application (C#)

开发者 https://www.devze.com 2023-03-13 15:46 出处:网络
I have a tool, and nowI want the font of the entire application to be incremented by some margin. Is there anyway to do that in one neat step? It should be painstaking to go to each and every contr开发

I have a tool, and now I want the font of the entire application to be incremented by some margin. Is there anyway to do that in one neat step? It should be painstaking to go to each and every contr开发者_StackOverflow社区ol and set the font size.


Controls inherit the font from their parent by default, so you only need to change the font on the forms.

0

精彩评论

暂无评论...
验证码 换一张
取 消