Variable: w32-non-USB-fonts

w32-non-USB-fonts is a variable defined in w32-win.el.gz.

Value

nil

Documentation

Alist of script symbols and corresponding fonts.

Each element of the alist has the form (SCRIPT FONTS...), where SCRIPT is a symbol of a script and FONTS are one or more fonts installed on the system that can display SCRIPT's characters. FONTS are specified as symbols. Only scripts that have no corresponding Unicode Subset Bits (USBs) can be found in this alist. This alist is used by w32font.c when it looks for fonts that can display characters from scripts for which no USBs are defined.

View in manual

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/term/w32-win.el.gz
(defvar w32-non-USB-fonts nil
  "Alist of script symbols and corresponding fonts.
Each element of the alist has the form (SCRIPT FONTS...), where
SCRIPT is a symbol of a script and FONTS are one or more fonts installed
on the system that can display SCRIPT's characters.  FONTS are
specified as symbols.
Only scripts that have no corresponding Unicode Subset Bits (USBs) can
be found in this alist.
This alist is used by w32font.c when it looks for fonts that can display
characters from scripts for which no USBs are defined.")