comparison lispref/display.texi @ 27654:cabb1b4c4424

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Feb 2000 23:54:58 +0000
parents ef387684dc33
children b10a9716fb38
comparison
equal deleted inserted replaced
27653:1e05c673aa18 27654:cabb1b4c4424
1783 1783
1784 Emacs tries to find an available font for the given face attributes 1784 Emacs tries to find an available font for the given face attributes
1785 and character's registry and encoding. If there is a font that matches 1785 and character's registry and encoding. If there is a font that matches
1786 exactly, it is used, of course. The hard case is when no available font 1786 exactly, it is used, of course. The hard case is when no available font
1787 exactly fits the specification. Then Emacs looks for one that is 1787 exactly fits the specification. Then Emacs looks for one that is
1788 ``close''---one attribute at a time. You can specify the order 1788 ``close''---one attribute at a time. You can specify the order to
1789 to consider the attributes. 1789 consider the attributes. In the case where a specified font family is
1790 not available, you can specify a set of mappings for alternatives to
1791 try.
1790 1792
1791 @defvar face-font-selection-order 1793 @defvar face-font-selection-order
1792 @tindex face-font-selection-order 1794 @tindex face-font-selection-order
1793 This variable specifies the order of importance of the face attributes 1795 This variable specifies the order of importance of the face attributes
1794 @code{:width}, @code{:height}, @code{:weight}, and @code{:slant}. The 1796 @code{:width}, @code{:height}, @code{:weight}, and @code{:slant}. The