From: Eli Zaretskii Date: Sat, 2 Nov 2019 10:50:27 +0000 (+0200) Subject: Document Windows font selection quirks X-Git-Tag: emacs-27.0.90~767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=996e08b05f6f29d2e80db1c3f23a749fe70eb6ae;p=emacs.git Document Windows font selection quirks * doc/emacs/msdos.texi (Windows Fonts): Document 'w32-use-w32-font-dialog' and 'w32-fixed-font-alist'. --- diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi index 5377df91d10..55093a080a4 100644 --- a/doc/emacs/msdos.texi +++ b/doc/emacs/msdos.texi @@ -1133,6 +1133,15 @@ file. (If the function returns @code{nil}, you have no fonts installed that can display characters from the scripts which need this facility.) +@vindex w32-use-w32-font-dialog +@vindex w32-fixed-font-alist +The variable @code{w32-use-w32-font-dialog} controls the way fonts can +be selected via @kbd{S-mouse-1} (@code{mouse-appearance-menu}). If +the value is @code{t}, the default, Emacs uses the standard Windows +font selection dialog. If the value is @code{nil}, Emacs instead pops +a menu of a fixed set of fonts. The fonts to appear in the menu are +determined by @code{w32-fixed-font-alist}. + @node Windows Misc @section Miscellaneous Windows-specific features