Use native text rendering

Looks better on Windows
This commit is contained in:
Epicalert 2024-09-15 03:15:18 +08:00
parent 0bd8421332
commit f4190fbfab

View file

@ -1,8 +1,11 @@
#include <QGuiApplication> #include <QGuiApplication>
#include <QQmlApplicationEngine> #include <QQmlApplicationEngine>
#include <QtGlobal>
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
qputenv("QML_DISABLE_DISTANCEFIELD", "1");
QGuiApplication app(argc, argv); QGuiApplication app(argc, argv);
QQmlApplicationEngine engine; QQmlApplicationEngine engine;