Function: handwrite-11pt

handwrite-11pt is an interactive and byte-compiled function defined in handwrite.el.gz.

Signature

(handwrite-11pt)

Documentation

Specify 11-point output for handwrite.

Set handwrite-fontsize to 11 and find correct values for handwrite-linespace and handwrite-numlines.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/handwrite.el.gz
(defun handwrite-11pt ()
  "Specify 11-point output for `handwrite'.
Set `handwrite-fontsize' to 11 and find correct values for
`handwrite-linespace' and `handwrite-numlines'."
  (interactive)
  (setq handwrite-fontsize 11)
  (setq handwrite-linespace 12)
  (setq handwrite-numlines handwrite-11pt-numlines)
  (message "Handwrite output size set to 11 points"))