leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
446 stars 132 forks source link

Font size #166

Closed xxxmpsxxx closed 3 years ago

xxxmpsxxx commented 3 years ago

Hello... How can i change de font size? Because the font Roboto 12 is very big. Thanks.

leocb commented 3 years ago

Hi, font sizes are hardcoded, this ensures people adhere to the material design type scale. I usually recommend that people should simplify their interfaces, not make font smaller so they can fit more.

However, if you reaaaaaaaally need to change the font size, modify them in this block of code and this block of the MaterialSkinManager.cs