Variable: artist-aspect-ratio

artist-aspect-ratio is a customizable variable defined in artist.el.gz.

Value

1

Documentation

Defines the character height-to-width aspect ratio.

This is used when drawing squares and circles.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-aspect-ratio 1
  "Defines the character height-to-width aspect ratio.
This is used when drawing squares and circles."
  :group 'artist
  :type 'number)