From 209acbaac71ee3f5183f7045379b8008403abdb5 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 1 Mar 2018 22:23:18 +0100 Subject: [PATCH] Add documentation for the DynamicFont hinting property (cherry picked from commit a0ddd6122c988880c0f4f37c4d0b22293d906861) --- doc/classes/DynamicFontData.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/classes/DynamicFontData.xml b/doc/classes/DynamicFontData.xml index 49db0c7a27b..b11636ce335 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). +