aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/msdos.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi
index dc34904a012..6933130d5bd 100644
--- a/doc/emacs/msdos.texi
+++ b/doc/emacs/msdos.texi
@@ -1014,6 +1014,15 @@ invokes Emacs. You can also request all the 3 backends via the
1014font searches for characters for which no fonts are available on the 1014font searches for characters for which no fonts are available on the
1015system will take longer. 1015system will take longer.
1016 1016
1017Alternatively, you could specify a font backend for a frame via the
1018@code{font-backend} frame parameter, using
1019@code{modify-frame-parameters} (@pxref{Parameter Access,,, elisp, The
1020Emacs Lisp Reference Manual}). You can also request specific font
1021backend(s) for all your frames via @code{default-frame-alist} and
1022@code{initial-frame-alist} (@pxref{Frame Parameters}). Note that the
1023value of the @code{font-backend} parameter should be a list of
1024symbols, as in @code{(uniscribe)} or @w{@code{(harfbuzz uniscribe gdi)}}.
1025
1017@cindex font properties (MS Windows) 1026@cindex font properties (MS Windows)
1018@noindent 1027@noindent
1019Optional properties common to all font backends on MS-Windows are: 1028Optional properties common to all font backends on MS-Windows are: