Function: lgstring-set-glyph

lgstring-set-glyph is a byte-compiled function defined in composite.el.gz.

Signature

(lgstring-set-glyph GSTRING I GLYPH)

Source Code

;; Defined in /usr/src/emacs/lisp/composite.el.gz
(defsubst lgstring-set-glyph (gstring i glyph) (aset gstring (+ i 2) glyph))