diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-10 15:00:47 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-10 15:00:47 +0000 |
commit | 52d898940b826a5e258011ef7bceb23c2475b925 (patch) | |
tree | 2c4aec4f92474a355e05cfd8f7478ce2052f6557 /lispref | |
parent | 32fcc231a095a3aee7938679cc3d03b9ef48b345 (diff) | |
download | emacs-52d898940b826a5e258011ef7bceb23c2475b925.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 995a43130ab..ddec9219648 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1857,8 +1857,8 @@ default one. But if you put @code{:slant} before @code{:height}, the quite right. @end defvar -@defvar face-alternative-font-family-alist -@tindex face-alternative-font-family-alist +@defvar face-font-family-alternatives +@tindex face-font-family-alternatives This variable lets you specify alternative font families to try, if a given family is specified and doesn't exist. Each element should have this form: @@ -1872,6 +1872,21 @@ families given in @var{alternate-families}, one by one, until it finds a family that does exist. @end defvar +@defvar face-font-registry-alternatives +@tindex face-font-registry-alternatives +This variable lets you specify alternative font registries to try, if a +given registry is specified and doesn't exist. Each element should have +this form: + +@example +(@var{registry} @var{alternate-registries}@dots{}) +@end example + +If @var{registry} is specified but not available, Emacs will try the +other registries given in @var{alternate-registries}, one by one, +until it finds a registry that does exist. +@end defvar + Emacs can make use of scalable fonts, but by default it does not use them, since the use of too many or too big scalable fonts can crash XFree86 servers. |