diff options
| author | Kim F. Storm | 2004-05-04 13:45:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-05-04 13:45:52 +0000 |
| commit | 6ab6679999a9edefc38be7c0866152cf076bfe17 (patch) | |
| tree | 25c1df46d2e312cb507843402381279eea582d0f /etc | |
| parent | 0b3c2fe469050acc20439109361d2885f5453fc3 (diff) | |
| download | emacs-6ab6679999a9edefc38be7c0866152cf076bfe17.tar.gz emacs-6ab6679999a9edefc38be7c0866152cf076bfe17.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 9 insertions, 6 deletions
| @@ -2045,8 +2045,9 @@ properties that control the height of the corresponding display row. | |||
| 2045 | 2045 | ||
| 2046 | If the line-height property value is 0, the newline does not | 2046 | If the line-height property value is 0, the newline does not |
| 2047 | contribute to the height of the display row; instead the height of the | 2047 | contribute to the height of the display row; instead the height of the |
| 2048 | newline glyph is reduced. This can be used to tile small images or | 2048 | newline glyph is reduced. Also, a line-spacing property on this |
| 2049 | image slices without adding blank areas between the images. | 2049 | newline is ignored. This can be used to tile small images or image |
| 2050 | slices without adding blank areas between the images. | ||
| 2050 | 2051 | ||
| 2051 | If the line-height property value is a positive integer, the value | 2052 | If the line-height property value is a positive integer, the value |
| 2052 | specifies the minimum line height in pixels. If necessary, the line | 2053 | specifies the minimum line height in pixels. If necessary, the line |
| @@ -2065,13 +2066,15 @@ is used as additional pixels to insert after the display line; this | |||
| 2065 | overrides the default frame line-spacing and any buffer local value of | 2066 | overrides the default frame line-spacing and any buffer local value of |
| 2066 | the line-spacing variable. | 2067 | the line-spacing variable. |
| 2067 | 2068 | ||
| 2068 | If the value is a negative integer, the absolute value is used as the | ||
| 2069 | total height of the line, i.e. a varying number of pixels are | ||
| 2070 | inserted after each line to make each line exactly that many pixels high. | ||
| 2071 | |||
| 2072 | If the line-spacing property may be a float or cons, the line spacing | 2069 | If the line-spacing property may be a float or cons, the line spacing |
| 2073 | is calculated as specified above for the line-height property. | 2070 | is calculated as specified above for the line-height property. |
| 2074 | 2071 | ||
| 2072 | If the line-spacing value is a cons (total . SPACING) where SPACING is | ||
| 2073 | any of the forms described above, the value of SPACING is used as the | ||
| 2074 | total height of the line, i.e. a varying number of pixels are inserted | ||
| 2075 | after each line to make each line exactly that many pixels high. | ||
| 2076 | |||
| 2077 | |||
| 2075 | ** The buffer local line-spacing variable may now have a float value, | 2078 | ** The buffer local line-spacing variable may now have a float value, |
| 2076 | which is used as a height relative to the default frame line height. | 2079 | which is used as a height relative to the default frame line height. |
| 2077 | 2080 | ||