From fd89464d45de1f738561bce55924ffb326981829 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 10 Nov 2018 22:07:32 +0100 Subject: Add a property to control DynamicFont anti-aliasing - Editor font anti-aliasing can now be disabled in the Editor Settings. - DynamicFonts used in projects can now have their anti-aliasing disabled in their DynamicFontData child. Changes will be visible upon reloading the scene in the editor. --- doc/classes/DynamicFontData.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/DynamicFontData.xml b/doc/classes/DynamicFontData.xml index 7b34d02316..5fcccf7db9 100644 --- a/doc/classes/DynamicFontData.xml +++ b/doc/classes/DynamicFontData.xml @@ -13,6 +13,9 @@ + + Controls whether the font should be rendered with anti-aliasing. + The path to the vector font file. -- cgit v1.2.3