Variable: ps-bold-faces
ps-bold-faces is a customizable variable defined in ps-print.el.gz.
Value
(cperl-array-face cperl-hash-face)
Documentation
A list of the (non-bold) faces that should be printed in bold font.
This applies to 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-bold-faces
(unless ps-print-color-p
'(font-lock-function-name-face
font-lock-builtin-face
font-lock-variable-name-face
font-lock-keyword-face
font-lock-warning-face))
"A list of the (non-bold) faces that should be printed in bold font.
This applies to generating PostScript."
:type '(repeat face)
:version "20"
:group 'ps-print-face)