diff options
author | matt08-prog <58103083+matt08-prog@users.noreply.github.com> | 2023-01-16 14:15:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 14:15:41 -0700 |
commit | 44c27802b2fa1daa07c7123eb0f5810d1da5197e (patch) | |
tree | fdfeac809200b722cad966015c61b5059caef54c /doc/classes | |
parent | 585a9344548dd56142ec4480d584daaa2950a689 (diff) |
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?
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index dd291a425d..5550bf0955 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -283,6 +283,7 @@ <return type="void" /> <param index="0" name="font_size" type="int" /> <description> + Adds a [code][font_size][/code] tag to the tag stack. Overrides default font size for its duration. </description> </method> <method name="push_hint"> |