IgnaceMaes / MaterialSkin

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

When change text of MaterialTabControl to chinese, It hard to see items clear. #129

Open longteng312 opened 7 years ago

longteng312 commented 7 years ago

When change text of MaterialTabControl to chinese, It hard to see items clear.

michalkrzych commented 7 years ago

Have you tried using a different font?

Lumisilk commented 7 years ago

How to change font of TabControl/TabSelector? It seems not working by changing fonts in thier property.

noworneverev commented 5 years ago

Change all g.TextRenderingHint = TextRenderingHint.AntiAlias; to g.TextRenderingHint = TextRenderingHint.SingleBitPerPixelGridFit; It'll work.