Variable: woman-font-alist

woman-font-alist is a variable defined in woman.el.gz.

Value

(("R" . default)
 ("I" . woman-italic)
 ("B" . woman-bold)
 ("P" . previous)
 ("1" . default)
 ("2" . woman-italic)
 ("3" . woman-bold))

Documentation

Alist of ?roff font indicators and woman font variables and names.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
;;; Direct font selection:

(defconst woman-font-alist
  '(("R" . default)
    ("I" . woman-italic)
    ("B" . woman-bold)
    ("P" . previous)
    ("1" . default)
    ("2" . woman-italic)
    ("3" . woman-bold)			; used in bash.1
    )
  "Alist of ?roff font indicators and woman font variables and names.")