If I set \slmult0, the line spacing is above the line of text.
When I set \slmult1, the line spacing is below the line of text.
That is not what I read in the specs.
The way I understand it, it means that \slmult0
says that the value of \slN
is to be used directly as a distance in some unit, whereas \slmult1
says the N
in \slN
is meant as a factor by which the regular line spacing is multiplied.
See the last post here
for (some) more details! (But there is also a note about it taking effect one line too late..)
Also do note the importance of the sign of N
in the \slN
! (This was the reason of my comment above: The effect of, say \sl234
, will depend on the size of the tallest character in the line..!)
Here is a nice discussion of some things RTF; a note about units:
Measurements in RTF are generally in twips. A twip is a twentieth of a
point, i.e., a 1440th of an inch. That leads to some large numbers
sometimes (like \li2160, to set the left indent to an inch and a half)
and a clear definition of extra spacing before and after paragraphs:
\sbN -- N twips of extra (vertical) space before this paragraph (default: 0)
\saN -- N twips of extra (vertical) space after this paragraph (default: 0)
Here are more direct instructions:
To double-space a paragraph, put the code \sl480\slmult1 right after
the \pard. To triple-space it, use \sl720\slmult1. To have just
1.5-spacing, use \sl360\slmult1. A single-spaced paragraph is the default, and doesn’t need any particular code. (The magic numbers 480,
720, and 360 don’t depend on the point size of the text in the
paragraph.)