Variable: ps-header-font-family

ps-header-font-family is a customizable variable defined in ps-print.el.gz.

Value

Helvetica

Documentation

Font family name for text in the header, when generating PostScript.

This variable was added, or its default value changed, in Emacs 20.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defcustom ps-header-font-family      'Helvetica
  "Font family name for text in the header, when generating PostScript."
  :type 'symbol
  :version "20"
  :group 'ps-print-font)