MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

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

Open longteng312 opened this issue 9 years ago • 3 comments

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

longteng312 avatar Aug 31 '16 01:08 longteng312

Have you tried using a different font?

michalkrzych avatar Aug 31 '16 09:08 michalkrzych

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

Lumisilk avatar Oct 14 '16 15:10 Lumisilk

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

noworneverev avatar Jan 22 '19 09:01 noworneverev