help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DocView resolution for PDF on WQHD


From: Van L
Subject: Re: DocView resolution for PDF on WQHD
Date: Tue, 19 Jun 2018 01:26:46 +1000

Thanks,

> (setq doc-view-resolution 192)

I was able to find 'resolution' in M-x customize.

For WQHD I calculated

(/ (sqrt
    (+ (* 2560 2560)
       (* 1440 1440)
       ))
   25) ; which is approx. 118 PPI¹

and the out of the box setting is 100.

Setting 'Doc View Resolution' to 192 and reloading the PDF doesn’t improve the 
font rendering.

See² for side-by-side comparison. 

On the right side is the inferior Emacs’s PDF view.

— 
¹ https://en.wikipedia.org/wiki/HiDPI
² http://emacs.scratch.space/public/Doc-View-Resolution-192-PPI.png


reply via email to

[Prev in Thread] Current Thread [Next in Thread]