gui: PreviewGeneratorPdf: Enable Text hinting
This commit is contained in:
vanhempi
ffdaa4c0c6
commit
87e3cc3380
@ -20,6 +20,8 @@ Poppler::Document *PreviewGeneratorPdf::document(QString path)
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
result->setRenderHint(Poppler::Document::TextAntialiasing);
|
result->setRenderHint(Poppler::Document::TextAntialiasing);
|
||||||
|
result->setRenderHint(Poppler::Document::TextHinting);
|
||||||
|
result->setRenderHint(Poppler::Document::TextSlightHinting);
|
||||||
|
|
||||||
locker.relock();
|
locker.relock();
|
||||||
documentcache.insert(path, result);
|
documentcache.insert(path, result);
|
||||||
|
Ladataan…
x
Viittaa uudesa ongelmassa
Block a user