Fixed text rendering (spacing corner case)

This commit is contained in:
Marcin Ziąbek
2021-08-29 19:18:58 +02:00
parent 3112ee10cf
commit 3bb46ecc42
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ namespace QuestPDF.Examples
stack.Item().Text(text =>
{
text.ParagraphSpacing(10);
text.ParagraphSpacing(5);
text.Span(content, normalStyle);
});