From 44c27802b2fa1daa07c7123eb0f5810d1da5197e Mon Sep 17 00:00:00 2001 From: matt08-prog <58103083+matt08-prog@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:15:41 -0700 Subject: [PATCH] add RichTextLabel::push_font_size description Is it worth adding descriptions for the ItemType enum values (ITEM_FRAME , ITEM_TEXT etc.) or are they self explanatory enough? --- doc/classes/RichTextLabel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index dd291a425d0..5550bf09552 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -283,6 +283,7 @@ + Adds a [code][font_size][/code] tag to the tag stack. Overrides default font size for its duration.