From 20d9457f9dd476f60dcef7ceb83a8a0db0e79972 Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Sat, 17 Dec 2022 22:47:33 +0200
Subject: Scale MSDF font outline with the font size and MSDF source size to
match dynamic font behavior.
---
doc/classes/CanvasItem.xml | 1 +
1 file changed, 1 insertion(+)
(limited to 'doc/classes/CanvasItem.xml')
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 499d53e63c..33227d59df 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -153,6 +153,7 @@
+
Draws a textured rectangle region of the multi-channel signed distance field texture at a given position, optionally modulated by a color. See [member FontFile.multichannel_signed_distance_field] for more information and caveats about MSDF font rendering.
If [param outline] is positive, each alpha channel value of pixel in region is set to maximum value of true distance in the [param outline] radius.
--
cgit v1.2.3