comparison 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
comparison
equal deleted inserted replaced
1136:14f3ffacd8be 1137:c6facab13185
373 be a list of the form @code{(@var{width} @var{height} @var{data})} where 373 be a list of the form @code{(@var{width} @var{height} @var{data})} where
374 @var{width} and @var{height} are the size in pixels, and @var{data} is a 374 @var{width} and @var{height} are the size in pixels, and @var{data} is a
375 string, containing the raw bits of the bitmap. 375 string, containing the raw bits of the bitmap.
376 @end deffn 376 @end deffn
377 377
378 @deffn Command set-face-background-pixmap-file face file
379 This function sets the background pixmap of face @var{face} to the image
380 contained in @var{file}. This is just a simplified version of
381 @code{set-face-background-pixmap} which provides filename completion.
382 @end deffn
383
378 @deffn Command set-face-font face font &optional locale tag-set how-to-add 384 @deffn Command set-face-font face font &optional locale tag-set how-to-add
379 This function sets the font of face @var{face}. The argument @var{font} 385 This function sets the font of face @var{face}. The argument @var{font}
380 should be a string or a font object as returned by @code{make-font} 386 should be a string or a font object as returned by @code{make-font}
381 (@pxref{Fonts}). 387 (@pxref{Fonts}).
382 @end deffn 388 @end deffn