Function: lgstring-glyph-len

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

Signature

(lgstring-glyph-len GSTRING)

Source Code

;; Defined in /usr/src/emacs/lisp/composite.el.gz
(defsubst lgstring-glyph-len (gstring) (- (length gstring) 2))