Variable: ps-footer-font-family
ps-footer-font-family is a customizable variable defined in
ps-print.el.gz.
Value
Helvetica
Documentation
Font family name for text in the footer, when generating PostScript.
This variable was added, or its default value changed, in Emacs 21.1.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-footer-font-family 'Helvetica
"Font family name for text in the footer, when generating PostScript."
:type 'symbol
:version "21.1"
:group 'ps-print-font)