From a0ddd6122c988880c0f4f37c4d0b22293d906861 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 --- doc/classes/DynamicFontData.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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). +