Browse Source

Documentation: PDF Fonts

Marcin Ziąbek 2 years ago
parent
commit
b5ba67d5b7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Source/QuestPDF/Helpers/Fonts.cs

+ 3 - 0
Source/QuestPDF/Helpers/Fonts.cs

@@ -1,5 +1,8 @@
 namespace QuestPDF.Helpers
 {
+    /// <summary>
+    /// Contains a collection of fonts defined by the PDF standard.
+    /// </summary>
     public class Fonts
     {
         public const string Arial = "Arial";