home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.lucid-emacs.help
- Path: sparky!uunet!munnari.oz.au!uniwa!root
- From: Jamie Zawinski <jwz@lucid.com>
- Subject: Re: faces
- In-Reply-To: Chris McClenaghan's message of Fri 14-Aug-92 01:02:58 GMT <MCCLEN.92Aug13180258@alder.uswest.com>
- To: mcclen@uswest.com ( Chris McClenaghan)
- Message-ID: <9208140101.AA04086@thalidomide.lucid>
- Sender: jwz%thalidomide@lucid.com
- Cc: help-lucid-emacs@lucid.com
- Organization: Lucid Emacs stuff
- References: <MCCLEN.92Aug13180258@alder.uswest.com>
- X-Windows: Dissatisfaction guaranteed.
- Date: Fri, 14 Aug 1992 01:01:51 GMT
- Approved: help-lucid-emacs@lucid.com
- Received-Date: Fri, 14 Aug 1992 09:27:33 +0800
- Lines: 20
-
- M-x apropos RET set-face- RET
-
- set-face-background (not bound to any keys)
- Function: Change the background color of the given face. The color should be a
- set-face-background-pixmap (not bound to any keys)
- Function: Change the background pixmap of the given face. The pixmap name should be
- set-face-font (not bound to any keys)
- Function: Change the font of the given face. The font should be a string, the name
- set-face-foreground (not bound to any keys)
- Function: Change the foreground color of the given face. The color should be a
- set-face-underline-p (not bound to any keys)
- Function: Change whether the given face is underlined.
-
- M-x describe-function RET set-face-font RET
-
- set-face-font: (face font &optional screen)
- Change the font of the given face. The font should be a string, the name
- string, the name of the font. If the optional SCREEN argument is provided,
- this face will be changed only in that screen; otherwise it will be changed
- in all screens.
-