Implemented working text shaping

This commit is contained in:
MarcinZiabek
2022-05-22 20:25:11 +02:00
parent 28743a81d1
commit 6d122c784d
17 changed files with 363 additions and 80 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ namespace QuestPDF.Examples
{
var chapters = GetBookChapters().ToList();
var results = PerformTest(16).ToList();
var results = PerformTest(128).ToList();
Console.WriteLine($"Min: {results.Min():F}");
Console.WriteLine($"Max: {results.Max():F}");