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
+1 -1
View File
@@ -38,7 +38,7 @@ namespace QuestPDF.Examples
text.Line(Placeholders.Sentence());
// this text has size 20 but also semibold and red
text.Span(Placeholders.Sentence()).Color(Colors.Red.Medium);
text.Span(Placeholders.Sentence()).FontColor(Colors.Red.Medium);
});
});
});