Variable: doc-view-epub-font-size
doc-view-epub-font-size is a customizable variable defined in
doc-view.el.gz.
Value
nil
Documentation
Font size in points for EPUB layout.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defcustom doc-view-epub-font-size nil
"Font size in points for EPUB layout."
:type '(choice (const nil) integer)
:set #'doc-view-custom-set-epub-font-size
:version "29.1")