Browse Source

Adjusted documentation

Marcin Ziąbek 1 year ago
parent
commit
8a62a78724
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Source/QuestPDF/Resources/Documentation.xml

+ 3 - 3
Source/QuestPDF/Resources/Documentation.xml

@@ -227,8 +227,8 @@
             <para>Enables or disables font features defined by the OpenType standard, e.g. kernig, ligatures.</para>
             
             <para>
-                Font features are always encoded as 4-character long strings. For example, the ligatures feature is encode as <c>liga</c>, while the kernig feature as <c>kern</c>
-                For a list of available features, refer to the <see cref="Helpers.FontFeatures">FontFeatures</see> class.
+                Font features are always encoded as 4-character long strings. For example, the ligatures feature is encode as <c>liga</c>, while the kernig feature as <c>kern</c>.
+                For a list of available features, refer to the <see cref="QuestPDF.Helpers.FontFeatures">FontFeatures</see> class.
             </para>
         </summary>
 
@@ -243,7 +243,7 @@
             <para>TextStyle.Default.DisableFontFeature(FontFeatures.Kerning);</para>
         </example>
         
-        <param name="value">Provide font feature name or use the <see cref="Helpers.FontFeatures">FontFeatures</see> class.</param>
+        <param name="value">Provide font feature name or use the <see cref="QuestPDF.Helpers.FontFeatures">FontFeatures</see> class.</param>
     </doc>
     
     <doc for="text.fontSize">