Variable: ps-header-line-pad

ps-header-line-pad is a customizable variable defined in ps-print.el.gz.

Value

0.15

Documentation

Portion of a header title line height to insert.

The insertion is done between the header frame and the text it contains, both in the vertical and horizontal directions.

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-line-pad 0.15
  "Portion of a header title line height to insert.
The insertion is done between the header frame and the text it contains,
both in the vertical and horizontal directions."
  :type 'number
  :version "20"
  :group 'ps-print-vertical)