From 2919fc73174a3c751405ce46ceed3ef71ea62966 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 28 May 2020 22:26:16 +0200 Subject: Disable antialiasing on the DynamicFont outline as well when requested This partially addresses https://github.com/godotengine/godot-proposals/issues/943. --- doc/classes/DynamicFontData.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/DynamicFontData.xml') diff --git a/doc/classes/DynamicFontData.xml b/doc/classes/DynamicFontData.xml index 2b4ec17bf1..483da96f3f 100644 --- a/doc/classes/DynamicFontData.xml +++ b/doc/classes/DynamicFontData.xml @@ -12,7 +12,7 @@ - If [code]true[/code], the font is rendered with anti-aliasing. + If [code]true[/code], the font is rendered with anti-aliasing. This property applies both to the main font and its outline (if it has one). The path to the vector font file. -- cgit v1.2.3