Function: handwrite-10pt
handwrite-10pt is an interactive and byte-compiled function defined in
handwrite.el.gz.
Signature
(handwrite-10pt)
Documentation
Specify 10-point output for handwrite.
This sets handwrite-fontsize to 10 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-10pt ()
"Specify 10-point output for `handwrite'.
This sets `handwrite-fontsize' to 10 and finds correct
values for `handwrite-linespace' and `handwrite-numlines'."
(interactive)
(setq handwrite-fontsize 10)
(setq handwrite-linespace 11)
(setq handwrite-numlines handwrite-10pt-numlines)
(message "Handwrite output size set to 10 points"))