Variable: query-all-font-backends
query-all-font-backends is a variable defined in font.c.
Value
nil
Documentation
If non-nil, attempt to query all available font backends.
By default Emacs will stop searching for a matching font at the first match.
Source Code
// Defined in /usr/src/emacs/src/font.c
DEFVAR_BOOL ("query-all-font-backends", query_all_font_backends,
doc: /*
If non-nil, attempt to query all available font backends.
By default Emacs will stop searching for a matching font at the first
match. */);