File: ps-bdf.el.html
Functions for getting bitmap information from X's BDF font file are provided.
Defined variables (3)
bdf-cache | Cached information of ‘BDF’ font files. It is a list of FONT-INFO. |
bdf-cache-file | Name of cache file which contains information of ‘BDF’ font files. |
bdf-directory-list | List of directories to search for ‘BDF’ font files. |
Defined functions (27)
bdf-check-font | (FONT-SPEC) |
bdf-compact-code | (CODE CODE-RANGE) |
bdf-expand-code | (CODE CODE-RANGE) |
bdf-expand-file-name | (BDFNAME) |
bdf-file-mod-time | (FILENAME) |
bdf-file-newer-than-time | (FILENAME MOD-TIME) |
bdf-find-file | (BDFNAME) |
bdf-generate-font | (FONT-SPEC) |
bdf-generate-glyph | (FONT-SPEC CHAR) |
bdf-get-bitmap | (BDFNAME CODE) |
bdf-get-font-info | (BDFNAME) |
bdf-info-absolute-path | (FONT-INFO) |
bdf-info-baseline-offset | (FONT-INFO) |
bdf-info-code-range | (FONT-INFO) |
bdf-info-font-bounding-box | (FONT-INFO) |
bdf-info-maxlen | (FONT-INFO) |
bdf-info-mod-time | (FONT-INFO) |
bdf-info-offset-vector | (FONT-INFO) |
bdf-info-relative-compose | (FONT-INFO) |
bdf-info-size | (FONT-INFO) |
bdf-initialize | () |
bdf-read-bitmap | (BDFNAME OFFSET MAXLEN RELATIVE-COMPOSE) |
bdf-read-cache | () |
bdf-read-font-info | (BDFNAME) |
bdf-search-and-read | (MATCH LIMIT) |
bdf-set-cache | (FONT-INFO) |
bdf-write-cache | () |