Fixed text rendering (spacing corner case)
This commit is contained in:
@@ -181,7 +181,7 @@ namespace QuestPDF.Examples
|
||||
|
||||
stack.Item().Text(text =>
|
||||
{
|
||||
text.ParagraphSpacing(10);
|
||||
text.ParagraphSpacing(5);
|
||||
text.Span(content, normalStyle);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user