Variable: hfy-face-to-css
hfy-face-to-css is a variable defined in htmlfontify.el.gz.
Value
hfy-face-to-css-default
Documentation
Handler for mapping faces to styles.
The signature of the handler is of the form (lambda (FN) ...).
FN is a font or defface specification (cf
face-attr-construct). The handler should return a cons cell of
the form (STYLE-NAME . STYLE-SPEC).
The default handler is hfy-face-to-css-default.
See also hfy-face-to-style.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defvar hfy-face-to-css #'hfy-face-to-css-default
"Handler for mapping faces to styles.
The signature of the handler is of the form \(lambda (FN) ...).
FN is a font or `defface' specification (cf
`face-attr-construct'). The handler should return a cons cell of
the form (STYLE-NAME . STYLE-SPEC).
The default handler is `hfy-face-to-css-default'.
See also `hfy-face-to-style'.")