Variable: ps-print-face-alist

ps-print-face-alist is a variable defined in ps-print.el.gz.

Value

nil

Documentation

Alist of symbolic faces *WITHOUT* extension features (box, outline, etc).

An element of this list has the same form as an element of ps-print-face-extension-alist.

Don't change this list directly; this list is used by ps-face-attributes, ps-map-face and ps-build-reference-face-lists.

Source Code

;; Defined in /usr/src/emacs/lisp/ps-print.el.gz
(defvar ps-print-face-alist nil
  "Alist of symbolic faces *WITHOUT* extension features (box, outline, etc).

An element of this list has the same form as an element of
`ps-print-face-extension-alist'.

Don't change this list directly; this list is used by `ps-face-attributes',
`ps-map-face' and `ps-build-reference-face-lists'.")