diff --git a/doc/classes/DynamicFontData.xml b/doc/classes/DynamicFontData.xml
index 6113b0616b0..30989956321 100644
--- a/doc/classes/DynamicFontData.xml
+++ b/doc/classes/DynamicFontData.xml
@@ -16,7 +16,19 @@
The path to the vector font file.
+
+ The font hinting mode used by FreeType.
+
+
+ Disable font hinting (smoother but less crisp).
+
+
+ Use the light font hinting mode.
+
+
+ Use the default font hinting mode (crisper but less smooth).
+