We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's face it. The UI of fontweak is ugly in either KDE or GNOME.
Java Swing is a really old UI toolkit. Though it works, it doesn't provide good native look and feel.
JavaFX is still missing in most Linux distros, so I cannot go for it.
So I choose Qt5, the most popular UI toolkit in Linux world.
However, Qt5 provides two UI toolkit:
I probably go with QtWidget, because the performance of Qt Quick is still not satisfying. I hope it will be super fast and light weight.
Another reason is that, QtQuick doesn't respect Fontconfig settings. The font rendering is strange.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Let's face it. The UI of fontweak is ugly in either KDE or GNOME.
Java Swing is a really old UI toolkit. Though it works, it doesn't provide good native look and feel.
JavaFX is still missing in most Linux distros, so I cannot go for it.
So I choose Qt5, the most popular UI toolkit in Linux world.
However, Qt5 provides two UI toolkit:
I probably go with QtWidget, because the performance of Qt Quick is still not satisfying. I hope it will be super fast and light weight.
Another reason is that, QtQuick doesn't respect Fontconfig settings. The font rendering is strange.
The text was updated successfully, but these errors were encountered: