Fixed breaking long words

This commit is contained in:
MarcinZiabek
2022-05-05 23:52:17 +02:00
parent f3d4151273
commit 4da3ef5dfa
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ namespace QuestPDF.Examples
text.DefaultTextStyle(x => x.BackgroundColor(Colors.Red.Lighten3).FontSize(24));
text.Span(" " + Placeholders.LoremIpsum());
text.Span(" 0123456789012345678901234567890123456789012345678901234567890123456789 ").WrapAnywhere();
text.Span(" 012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 ").WrapAnywhere();
});
});
});