Mercurial > hg > xemacs-beta
diff man/lispref/faces.texi @ 1137:c6facab13185
[xemacs-hg @ 2002-12-03 10:35:06 by didierv]
new function `set-face-background-pixmap-file'
author | didierv |
---|---|
date | Tue, 03 Dec 2002 10:35:17 +0000 |
parents | 576fb035e263 |
children | 4657b5a54253 |
line wrap: on
line diff
--- a/man/lispref/faces.texi Mon Dec 02 22:53:28 2002 +0000 +++ b/man/lispref/faces.texi Tue Dec 03 10:35:17 2002 +0000 @@ -375,6 +375,12 @@ string, containing the raw bits of the bitmap. @end deffn +@deffn Command set-face-background-pixmap-file face file +This function sets the background pixmap of face @var{face} to the image +contained in @var{file}. This is just a simplified version of +@code{set-face-background-pixmap} which provides filename completion. +@end deffn + @deffn Command set-face-font face font &optional locale tag-set how-to-add This function sets the font of face @var{face}. The argument @var{font} should be a string or a font object as returned by @code{make-font}