Text API naming adjustments

This commit is contained in:
MarcinZiabek
2022-03-11 13:23:36 +01:00
parent 262bd3c182
commit b533a32b61
22 changed files with 79 additions and 61 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ namespace QuestPDF.Examples
.PaddingVertical(10)
.PaddingHorizontal(20)
.Text("Sample text")
.Size(16)
.Color(Colors.Blue.Darken2)
.FontSize(16)
.FontColor(Colors.Blue.Darken2)
.SemiBold();
});
});