Page 1 of 1

Single-character line spacing

Posted: 2012-12-28 13:16:54
by samwa
I would like to begin a section with a character that is in a larger font than the succeeding text. I can do that, but then the line spacing for the entire line is determined by the requirements for that one character, as in the attached example. If I try to modify this
via the paragraph palette it modifies the spacing for the entire paragraph. Is there a way to use the same spacing for the first line as for the rest of the paragraph ?
Example.rtf
(17.98 KiB) Downloaded 668 times

Re: Single-character line spacing

Posted: 2012-12-28 17:21:11
by martin
There is something you can do: switch the line spacing mode from "multiple" to "fixed". This will ensure the lines of text in the paragraph are exactly the same height, regardless of how large the letters are.

However, the result is a bit of a mess:
mess.png
mess.png (24.99 KiB) Viewed 5934 times
You can see that the large "T" draws over the prior paragraph/line because there isn't enough space for it. The solution is to increase the paragraph's spacing before, so the lines inhabit their own area on screen.

I'm attaching an example file that incorporates all of this into style definitions. The "Drop Caps Paragraph" paragraph style should be applied to any paragraphs where you'd like to add a large first letter (these are called "Drop Caps"). Meanwhile the "Drop Cap Letter" character style should be applied to the first letter to make it large.

I hope this helps.

Re: Single-character line spacing

Posted: 2012-12-28 17:42:16
by samwa
Thank you ! That was exactly the information I was looking for.