CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
changed | /trunk/Src/FrPrintingPrefs.pas |
changed | /trunk/Src/URTFBuilder.pas |
changed | /trunk/Src/URTFCategoryDoc.pas |
changed | /trunk/Src/URTFSnippetDoc.pas |
changed | /trunk/Src/URTFStyles.pas |
--- a/trunk/Src/FrPrintingPrefs.pas +++ b/trunk/Src/FrPrintingPrefs.pas @@ -369,7 +369,7 @@ try // Set global document font and paragraph spacing Builder.FontTable.Add('Tahoma', rgfSwiss, 0); - Builder.SetParaSpacing(0, 2); + Builder.SetParaSpacing(TRTFParaSpacing.Create(0.0, 2.0)); // Add heading text Builder.BeginGroup; Builder.SetFontSize(10);