summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-26 10:45:40 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-07-26 10:45:40 +0300
commit94e5ad20199ee3738296a5fdd06d37c21e9cdcc7 (patch)
tree3472f6cbee11cddee713792ea223a8aa8ad9c4dd /doc/classes
parent3e0e84a54c1c5666c32dbc2abd419b61e071ba33 (diff)
[RichTextLabel] Fix theme bold / italics / bold italics and mono font size not applied correctly.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/RichTextLabel.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 3c9e9b1bfc..8228bcc442 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -272,6 +272,7 @@
<method name="push_font">
<return type="void" />
<argument index="0" name="font" type="Font" />
+ <argument index="1" name="font_size" type="int" />
<description>
Adds a [code][font][/code] tag to the tag stack. Overrides default fonts for its duration.
</description>