File: font.c.html
Defined variables (8)
font-encoding-alist | Alist of fontname patterns vs the corresponding encoding and repertory info. |
font-log | A list that logs font-related actions and results, for debugging. |
font-slant-table | Vector of font slant symbols vs the corresponding numeric values. |
font-weight-table | Vector of valid font weight values. |
font-width-table | Alist of font width symbols vs the corresponding numeric values. |
inhibit-compacting-font-caches | If non-nil, don’t compact font caches during GC. |
query-all-font-backends | If non-nil, attempt to query all available font backends. |
xft-ignore-color-fonts | Non-nil means don’t query fontconfig for color fonts, since they often |
Defined functions (20)
clear-font-cache | () |
close-font | (FONT-OBJECT &optional FRAME) |
find-font | (FONT-SPEC &optional FRAME) |
font-at | (POSITION &optional WINDOW STRING) |
font-family-list | (&optional FRAME) |
font-get | (FONT KEY) |
font-get-glyphs | (FONT-OBJECT FROM TO &optional OBJECT) |
font-has-char-p | (FONT CH &optional FRAME) |
font-match-p | (SPEC FONT) |
font-put | (FONT PROP VAL) |
font-shape-gstring | (GSTRING DIRECTION) |
font-spec | (ARGS...) |
font-variation-glyphs | (FONT-OBJECT CHARACTER) |
font-xlfd-name | (FONT &optional FOLD-WILDCARDS LONG-XLFDS) |
fontp | (OBJECT &optional EXTRA-TYPE) |
frame-font-cache | (&optional FRAME) |
internal-char-font | (POSITION &optional CH) |
list-fonts | (FONT-SPEC &optional FRAME NUM PREFER) |
open-font | (FONT-ENTITY &optional SIZE FRAME) |
query-font | (FONT-OBJECT) |