From 62927383ed5c5dcf29c81e0165d7539948ba9c79 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Thu, 19 Nov 2020 16:45:23 +0200 Subject: [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL. --- doc/classes/RichTextLabel.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'doc/classes/RichTextLabel.xml') diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 0fd440fa75..10ee7a1b13 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -164,6 +164,27 @@ Adds a [code][color][/code] tag to the tag stack. + + + + + + + + + + + + + + + + + + + Adds a [code][dropcap][/code] tag to the tag stack. Drop cap (dropped capital) is a decorative element at the beginning of a paragraph that is larger than the rest of the text. + + @@ -525,10 +546,12 @@ - - + + + + -- cgit v1.2.3