Variable: ps-line-number-font
ps-line-number-font is a customizable variable defined in
ps-print.el.gz.
Value
"Times-Italic"
Documentation
Font for line-number, when generating PostScript.
This variable was added, or its default value changed, in Emacs 20.
Probably introduced at or before Emacs version 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-line-number-font "Times-Italic"
"Font for line-number, when generating PostScript."
:type 'string
:version "20"
:group 'ps-print-font
:group 'ps-print-miscellany)