atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
654 stars 86 forks source link

Fix pixelated font problem in linux systems #47

Closed vincenzopalazzo closed 5 years ago

vincenzopalazzo commented 6 years ago

I partially solved the problem of the pixelated font in linux.

I changed the font from NotoSans to DejavuSans, the only flaw and that Dejavu does not support all styles and therefore in this my fix have disappeared a bit of font styles.

A bit of screen before and after

Before fix after after after

After fix before before before

vincenzopalazzo commented 5 years ago

I found a new solution to solve this problem, I close the pull request