Function: vtable--char-width

vtable--char-width is a byte-compiled function defined in vtable.el.gz.

Signature

(vtable--char-width TABLE)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
(defun vtable--char-width (table)
  (string-pixel-width (propertize "x" 'face (vtable-face table))
                      (vtable-buffer table)))