Function: lglyph-set-width
lglyph-set-width is a byte-compiled function defined in
composite.el.gz.
Signature
(lglyph-set-width GLYPH WIDTH)
Source Code
;; Defined in /usr/src/emacs/lisp/composite.el.gz
(defsubst lglyph-set-width (glyph width) (aset glyph 4 width))