Variable: vtable-tty-char-pixel-width
vtable-tty-char-pixel-width is a variable defined in vtable.el.gz.
Value
10
Documentation
This is a conversion factor from pixels to characters for tty terminals.
This represents the average number of pixels of a character displayed on a tty terminal. This is applied if a column's width is specified in pixels and the vtable is being rendered on a tty terminal.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
(defconst vtable-tty-char-pixel-width 10
"This is a conversion factor from pixels to characters for tty terminals.
This represents the average number of pixels of a character displayed on
a tty terminal.
This is applied if a column's width is specified in pixels and the
vtable is being rendered on a tty terminal.")