From 2ef89e0b4358ff384a7262c422314cafbff48098 Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 12 May 2020 13:28:12 +1200 Subject: [PATCH] Doc clarity/detail for extra spacing properties Re: Space spacing being in addition to character spacing see: * Re: Value being able to be negative see example here: * But also note that nodes other than `Label` may not currently render extra space spacing correctly. --- doc/classes/DynamicFont.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/classes/DynamicFont.xml b/doc/classes/DynamicFont.xml index b0635892bef..0b9b97f54a9 100644 --- a/doc/classes/DynamicFont.xml +++ b/doc/classes/DynamicFont.xml @@ -96,10 +96,12 @@ Extra spacing at the bottom in pixels. - Extra character spacing in pixels. + Extra spacing for each character in pixels. + This can be a negative number to make the distance between characters smaller. - Extra space spacing in pixels. + Extra spacing for the space character (in addition to [member extra_spacing_char]) in pixels. + This can be a negative number to make the distance between words smaller. Extra spacing at the top in pixels. @@ -126,10 +128,10 @@ Spacing at the bottom. - Character spacing. + Spacing for each character. - Space spacing. + Spacing for the space character.