emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Tue, 22 Jul 2003 11:25:22 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.94 emacs/lispref/display.texi:1.95
*** emacs/lispref/display.texi:1.94     Tue Jun 24 14:14:50 2003
--- emacs/lispref/display.texi  Tue Jul 22 11:25:22 2003
***************
*** 1166,1172 ****
  @example
  (truncate-string-to-width "\tab\t" 12 4)
       @result{} "ab"
! (truncate-string-to-width "\tab\t" 12 4 ?\ )
       @result{} "    ab  "
  @end example
  @end defun
--- 1166,1172 ----
  @example
  (truncate-string-to-width "\tab\t" 12 4)
       @result{} "ab"
! (truncate-string-to-width "\tab\t" 12 4 ?\s)
       @result{} "    ab  "
  @end example
  @end defun
***************
*** 2006,2011 ****
--- 2006,2026 ----
  If @var{unload-p} is address@hidden, that means to unload
  all unused fonts as well.
  @end defun
+ 
+ @defvar face-font-rescale-alist
+ This variable specifies scaling for certain faces.  Its value should
+ be a list of elements of the form
+ 
+ @example
+ (@var{fontname-regexp} . @var{scale-factor})
+ @end example
+ 
+ If @var{fontname-regexp} matches the font name that is about to be
+ used, this says to choose a larger similar font according to the
+ factor @var{scale-factor}.  You would use this feature to normalize
+ the font size if certain fonts are bigger or smaller than their
+ nominal heights and widths would suggest.
+ @end defvar
  
  @node Face Functions
  @subsection Functions for Working with Faces




reply via email to

[Prev in Thread] Current Thread [Next in Thread]