Function: htmlize-face-foreground

htmlize-face-foreground is a byte-compiled function defined in htmlize.el.

Signature

(htmlize-face-foreground FACE)

Source Code

;; Defined in ~/.emacs.d/elpa/htmlize-20250724.1703/htmlize.el
(defun htmlize-face-foreground (face)
  ;; Return the name of the foreground color of FACE.  If FACE does
  ;; not specify a foreground color, return nil.
  (htmlize-face-color-internal face t))