Function: hfy-lookup

hfy-lookup is a byte-compiled function defined in htmlfontify.el.gz.

Signature

(hfy-lookup FACE STYLE)

Documentation

Get a CSS style name for FACE from STYLE.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defun hfy-lookup (face style)
  "Get a CSS style name for FACE from STYLE."
  (cadr (assoc face style)))