Variable: bdf-cache
bdf-cache is a variable defined in ps-bdf.el.gz.
Value
nil
Documentation
Cached information of BDF font files. It is a list of FONT-INFO.
FONT-INFO is a list of the following format:
(ABSOLUTE-FILE-NAME MOD-TIME SIZE FONT-BOUNDING-BOX
RELATIVE-COMPOSE BASELINE-OFFSET CODE-RANGE MAXLEN OFFSET-VECTOR)
See the documentation of the function bdf-read-font-info for more detail.
Source Code
;; Defined in /usr/src/emacs/lisp/ps-bdf.el.gz
(defvar bdf-cache nil
"Cached information of `BDF' font files. It is a list of FONT-INFO.
FONT-INFO is a list of the following format:
(ABSOLUTE-FILE-NAME MOD-TIME SIZE FONT-BOUNDING-BOX
RELATIVE-COMPOSE BASELINE-OFFSET CODE-RANGE MAXLEN OFFSET-VECTOR)
See the documentation of the function `bdf-read-font-info' for more detail.")