From 0c1d10d1ca9bbc7126f270b111a0a25cc45bd84d Mon Sep 17 00:00:00 2001 From: golfinq <60325793+golfinq@users.noreply.github.com> Date: Sun, 26 Jan 2020 17:11:09 -0500 Subject: Rich Text Label now allows for foreground colors and background colors --- doc/classes/RichTextLabel.xml | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 623ee7520d..38884a027f 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -170,6 +170,15 @@ Terminates the current tag. Use after [code]push_*[/code] methods to close BBCodes manually. Does not need to follow [code]add_*[/code] methods. + + + + + + + Adds a [code][bgcolor][/code] tag to the tag stack. + + @@ -221,6 +230,15 @@ 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. + + + + + + + Adds a [code][fgcolor][/code] tag to the tag stack. + + @@ -592,11 +610,15 @@ - + + + + + - + - + -- cgit v1.2.3