From 996e08b05f6f29d2e80db1c3f23a749fe70eb6ae Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Nov 2019 12:50:27 +0200 Subject: [PATCH] Document Windows font selection quirks * doc/emacs/msdos.texi (Windows Fonts): Document 'w32-use-w32-font-dialog' and 'w32-fixed-font-alist'. --- doc/emacs/msdos.texi | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.5