gui: PreviewGeneratorPdf: Enable Text hinting

Tá an tiomantas seo le fáil i:
Albert S. 2023-01-08 17:37:28 +01:00
tuismitheoir 889725033a
tiomantas 0cd19b53e4

Féach ar an gComhad

@ -20,6 +20,8 @@ Poppler::Document *PreviewGeneratorPdf::document(QString path)
return nullptr;
}
result->setRenderHint(Poppler::Document::TextAntialiasing);
result->setRenderHint(Poppler::Document::TextHinting);
result->setRenderHint(Poppler::Document::TextSlightHinting);
locker.relock();
documentcache.insert(path, result);