leocb / MaterialSkin

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

How to change fonts #315

Closed yosi90 closed 2 years ago

yosi90 commented 2 years ago

I need to change one control font size, but i read that fonts are hardcoded, that we must use the type scale, but.. how do i do this? the reference that you gave in #166 isnt for c#. how do i change font size or type scale in c#?

orapps44 commented 2 years ago

Hi,

If you want to change font size of one of MaterialSkin controls, #166 suggest to create your own fork and change font size directely in MaterialSkinManager.cs , but this will apply to all controls.