Function: ps-mule-font-spec-id
ps-mule-font-spec-id is a byte-compiled function defined in
ps-mule.el.gz.
Signature
(ps-mule-font-spec-id FONT-SPEC)
Source Code
;; Defined in /usr/src/emacs/lisp/ps-mule.el.gz
;; Functions to access each element of FONT-SPEC.
;;
;; FONT-SPEC is a vector of this form:
;; [ID CHARSET FONT-ID FONT-SRC FONT-NAME ENCODING BYTES EXTRA-DATA]
;; Where
;;
;; ID is an identification number for this FONT-SPEC and is unique in the list.
;;
;; CHARSET, FONT-SRC, FONT-NAME, ENCODING, and BYTES are the same as those in
;; `ps-mule-font-info-database' (which see).
;;
;; EXTRA-DATA is a data attached by external libraries.
(defsubst ps-mule-font-spec-id (font-spec) (aref font-spec 0))