IgnaceMaes / MaterialSkin

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

Support for User-Defined Fonts #124

Open SkyEngine-OSP opened 8 years ago

SkyEngine-OSP commented 8 years ago

as i see it fit up to the current build, all controls are using ROBOTO Fonts by default. I was kind off hoping to use some other font like Segoe, Lucida, Arial, etc. wondering if this could be implemented in the upcoming or future builds. thanks

IgnaceMaes commented 8 years ago

This is because Roboto is the font Google specifies in their Material Design Guidelines. The idea of MaterialSkin was to implement Material Design exactly as how Google describes it.

I would be okay with MaterialSkin supporting other fonts but the default one should be Roboto.

SkiTiSu commented 8 years ago

+1, when using Chinese chars it will become "SimSum" which is the default font in Windows XP, it have poor display effect, especially high dpi device. After Windows 7, MS is using "Microsoft Yahei" to solve it.