comparison man/lispref/faces.texi @ 3674:f200f93c0b69

[xemacs-hg @ 2006-11-11 16:05:31 by aidan] Update some documentation, comments; add some entries to etc/NEWS.
author aidan
date Sat, 11 Nov 2006 16:05:39 +0000
parents abbd4c295aa2
children b6e59ea11533
comparison
equal deleted inserted replaced
3673:887d4be44334 3674:f200f93c0b69
402 402
403 @deffn Command set-face-font face font &optional locale tag-set how-to-add 403 @deffn Command set-face-font face font &optional locale tag-set how-to-add
404 This function sets the font of face @var{face}. The argument @var{font} 404 This function sets the font of face @var{face}. The argument @var{font}
405 should be a string or a font object as returned by @code{make-font} 405 should be a string or a font object as returned by @code{make-font}
406 (@pxref{Fonts}). 406 (@pxref{Fonts}).
407
408 If you want to set a face's font for a given Mule character set, you
409 need to include some tags in @var{tag-set} that match that character
410 set. See the documentation of @code{define-specifier-tag} and its
411 @code{charset-predicate} argument.
407 @end deffn 412 @end deffn
408 413
409 @deffn Command set-face-underline-p face underline-p &optional locale tag-set how-to-add 414 @deffn Command set-face-underline-p face underline-p &optional locale tag-set how-to-add
410 This function sets the underline property of face @var{face}. 415 This function sets the underline property of face @var{face}.
411 @end deffn 416 @end deffn
451 @defun face-background-pixmap-instance face &optional domain 456 @defun face-background-pixmap-instance face &optional domain
452 This function return the background-pixmap glyph object of face 457 This function return the background-pixmap glyph object of face
453 @var{face}. 458 @var{face}.
454 @end defun 459 @end defun
455 460
456 @defun face-font-instance face &optional domain 461 @defun face-font-instance face &optional domain charset
457 This function returns the font specifier of face @var{face}. 462 This function returns the font specifier of face @var{face} in domain
463 @var{domain} (defaulting to the selected device) with Mule charset
464 @var{charset} (defaulting to ASCII).
458 @xref{Fonts}. 465 @xref{Fonts}.
459 @end defun 466 @end defun
460 467
461 @node Other Face Display Functions 468 @node Other Face Display Functions
462 @subsection Other Face Display Functions 469 @subsection Other Face Display Functions