leocb / MaterialSkin

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

suggest a font change function. #336

Open byungmeo opened 2 years ago

byungmeo commented 2 years ago

I know well that consistent fonts are needed. but, "Roboto" font is is not compatible with a particular language area. As far as I know, Google applies the font "Noto Sans" to all language-speaking letters that "Roboto" does not apply.

Some labels use basic components to solve this problem, but it is difficult to solve this problem for material skin components such as MaterialButton.

image

valimaties commented 2 years ago

Look at #207

orapps44 commented 2 years ago

Hi,

Only Roboto font is supported. Feel free to contribute to add requested feature.

byungmeo commented 2 years ago

If possible, I would like to automatically change the font to "Noto Sans" for components containing languages that the "Roboto" font does not support.

However, you mean that it is practically difficult to add or change new fonts in any way.

Thank you for your answer. I'll find a way to replace it somehow!