Variable: preview-resolution

preview-resolution is a buffer-local variable defined in preview.el.

Documentation

Screen resolution where rendering started.

Cons-cell of x and y resolution, given in dots per inch. Buffer-local to rendering buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defvar-local preview-resolution nil
  "Screen resolution where rendering started.
Cons-cell of x and y resolution, given in
dots per inch.  Buffer-local to rendering buffer.")