Variable: w32-standard-fontset-spec
w32-standard-fontset-spec is a variable defined in w32-win.el.gz.
Value
"-*-Courier New-normal-r-*-*-13-*-*-*-c-*-fontset-standard"
Documentation
String of fontset spec of the standard fontset.
This defines a fontset consisting of the Courier New variations for
European languages which are distributed with Windows as
"Multilanguage Support".
See the documentation of create-fontset-from-fontset-spec for the format.
Source Code
;; Defined in /usr/src/emacs/lisp/term/w32-win.el.gz
;; W32 systems have different fonts than commonly found on X, so
;; we define our own standard fontset here.
(defvar w32-standard-fontset-spec
"-*-Courier New-normal-r-*-*-13-*-*-*-c-*-fontset-standard"
"String of fontset spec of the standard fontset.
This defines a fontset consisting of the Courier New variations for
European languages which are distributed with Windows as
\"Multilanguage Support\".
See the documentation of `create-fontset-from-fontset-spec' for the format.")