Function: handwrite-13pt

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

Signature

(handwrite-13pt)

Documentation

Specify 13-point output for handwrite.

Set handwrite-fontsize to 13 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-13pt ()
  "Specify 13-point output for `handwrite'.
Set `handwrite-fontsize' to 13 and find correct values for
`handwrite-linespace' and `handwrite-numlines'."
  (interactive)
  (setq handwrite-fontsize 13)
  (setq handwrite-linespace 14)
  (setq handwrite-numlines handwrite-13pt-numlines)
  (message "Handwrite output size set to 13 points"))