[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
A face is a named collection of graphical attributes: font family, foreground color, background color, optional underlining, and many others. Faces are used in Emacs to control the style of display of particular parts of the text or the frame. Voir (emacs)Standard Faces section `Standard Faces' dans The GNU Emacs Manual, for the list of faces Emacs normally comes with.
Each face has its own face number, which distinguishes faces at low levels within Emacs. However, for most purposes, you refer to faces in Lisp programs by the symbols that name them.
This function returns t
if object is a face name string or
symbol (or if it is a vector of the kind used internally to record face
data). It returns nil
otherwise.
Each face name is meaningful for all frames, and by default it has the same meaning in all frames. But you can arrange to give a particular face name a special meaning in one frame if you wish.
38.12.1 Defining Faces | How to define a face with defface .
| |
38.12.2 Face Attributes | What is in a face? | |
38.12.3 Face Attribute Functions | Functions to examine and set face attributes. | |
38.12.4 Displaying Faces | How Emacs combines the faces specified for a character. | |
38.12.5 Font Selection | Finding the best available font for a face. | |
38.12.6 Functions for Working with Faces | How to define and examine faces. | |
38.12.7 Automatic Face Assignment | Hook for automatic face assignment. | |
38.12.8 Looking Up Fonts | Looking up the names of available fonts and information about them. | |
38.12.9 Fontsets | A fontset is a collection of fonts that handle a range of character sets. |
[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Ce document a été généré par Eric Reinbold le 13 Octobre 2007 en utilisant texi2html 1.78.