MaterialSkin
MaterialSkin copied to clipboard
When change text of MaterialTabControl to chinese, It hard to see items clear.
When change text of MaterialTabControl to chinese, It hard to see items clear.
Have you tried using a different font?
How to change font of TabControl/TabSelector? It seems not working by changing fonts in thier property.
Change all g.TextRenderingHint = TextRenderingHint.AntiAlias; to g.TextRenderingHint = TextRenderingHint.SingleBitPerPixelGridFit; It'll work.