Function: handwrite-12pt
handwrite-12pt is an interactive and byte-compiled function defined in
handwrite.el.gz.
Signature
(handwrite-12pt)
Documentation
Specify 12-point output for handwrite.
This sets handwrite-fontsize to 12 and finds correct
values for handwrite-linespace and handwrite-numlines.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/handwrite.el.gz
(defun handwrite-12pt ()
"Specify 12-point output for `handwrite'.
This sets `handwrite-fontsize' to 12 and finds correct
values for `handwrite-linespace' and `handwrite-numlines'."
(interactive)
(setq handwrite-fontsize 12)
(setq handwrite-linespace 13)
(setq handwrite-numlines handwrite-12pt-numlines)
(message "Handwrite output size set to 12 points"))