Re: Initials
Posted: 2021-03-01 01:34:47
Here is my 2 cents on this issue.
I am attaching a group of 3 macros which might help a bit.
Let's assume you have one drop cap in your document already. Place your cursor in a subsequent paragraph where you want another. Then run the first macro: Insert DropCap At Current Paragraph
This macro will copy the first drop cap in your document to your current paragraph and replace the letter with the current initial. It will also leave the floating text box selected, so you can adjust the location with the cursor keys.
The other two macros can be used to widen and narrow the selected text box to adjust for wider/narrower letters. They will adjust the box by +/- 2 pts at a time.
I was thinking that another strategy might work. If you use a standard font and size for the drop caps then the insert macro could be made to adjust the width of the box immediately to accommodate the letter. One would have to create a rough list of widths for different letters first. If you have such a list let me know and I can adjust the macro accordingly.
NOTE: I am using a text box anchored to the paragraph of course. Copying this worked for me, and placed the drop cap in roughly the correct location.
I am attaching a group of 3 macros which might help a bit.
Let's assume you have one drop cap in your document already. Place your cursor in a subsequent paragraph where you want another. Then run the first macro: Insert DropCap At Current Paragraph
This macro will copy the first drop cap in your document to your current paragraph and replace the letter with the current initial. It will also leave the floating text box selected, so you can adjust the location with the cursor keys.
The other two macros can be used to widen and narrow the selected text box to adjust for wider/narrower letters. They will adjust the box by +/- 2 pts at a time.
I was thinking that another strategy might work. If you use a standard font and size for the drop caps then the insert macro could be made to adjust the width of the box immediately to accommodate the letter. One would have to create a rough list of widths for different letters first. If you have such a list let me know and I can adjust the macro accordingly.
NOTE: I am using a text box anchored to the paragraph of course. Copying this worked for me, and placed the drop cap in roughly the correct location.