Function: lglyph-set-adjustment
lglyph-set-adjustment is a byte-compiled function defined in
composite.el.gz.
Signature
(lglyph-set-adjustment GLYPH &optional XOFF YOFF WADJUST)
Source Code
;; Defined in /usr/src/emacs/lisp/composite.el.gz
(defsubst lglyph-set-adjustment (glyph &optional xoff yoff wadjust)
(aset glyph 9 (vector (or xoff 0) (or yoff 0) (or wadjust 0))))