summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-06-03 12:59:15 +0200
committerGitHub <noreply@github.com>2020-06-03 12:59:15 +0200
commit7460bc36dde3b2975bca69a2d6fe0b0325f1c077 (patch)
treeed11092faf84e7ff2395ce783b046b833085b89a /doc/classes
parent3a59c24b51e0b1fe1b3f10e06c7b90acce6c0cf4 (diff)
parent2919fc73174a3c751405ce46ceed3ef71ea62966 (diff)
Merge pull request #39130 from Calinou/dynamicfont-disable-outline-antialiasing
Disable antialiasing on the DynamicFont outline as well when requested
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/DynamicFontData.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
</methods>
<members>
<member name="antialiased" type="bool" setter="set_antialiased" getter="is_antialiased" default="true">
- 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).
</member>
<member name="font_path" type="String" setter="set_font_path" getter="get_font_path" default="&quot;&quot;">
The path to the vector font file.