开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜