Improved text rendering capabilities

This commit is contained in:
Marcin Ziąbek
2021-08-25 03:40:16 +02:00
parent 748b8f65f5
commit 6023b4de34
18 changed files with 400 additions and 371 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ namespace QuestPDF.Examples
.Background("FFF")
.Padding(5)
.Text("Sample text", TextStyle.Default.FontType("Segoe UI emoji").Alignment(HorizontalAlignment.Center));
.AlignCenter()
.Text("Sample text", TextStyle.Default.FontType("Segoe UI emoji"));
});
}