emacs-devel
[Top][All Lists]
Advanced

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

Re: Several suggestions for image support


From: Kim F. Storm
Subject: Re: Several suggestions for image support
Date: 27 Apr 2004 02:34:55 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I have just installed changes to revert to the 21.3 functionality for
newline height calculation, that is, use the current face font height
(by default).

Then I added a new line-height property on the newline with the
following values:
 
         nil -> use height of current face (the default)
         t -> use default face height (as minimum height)
         0   -> use (don't increase) actual line height
         N (integer > 0)  -> use N pixels (as minimum height)
         F (float > 0.0)  -> use F * current face font height
 

The line-spacing property now just specifies additional line-spacing
like the line-spacing variable and frame parameter.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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