summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2023-11-12 15:20:49 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2023-11-12 17:07:09 +0800
commit2717fc6c0ff6481a3dcc42ab7f3eb0fd7f072a45 (patch)
treeff6167716397a2ce4f7bc0be083670da429d6b31
parent89f2f7f278b27db396589d50e51be8a1e6dca919 (diff)
downloadredot-engine-2717fc6c0ff6481a3dcc42ab7f3eb0fd7f072a45.tar.gz
Fix typo in TextureServer.font_get_face_index description
-rw-r--r--doc/classes/TextServer.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml
index a8a9964b10..f4246a8c50 100644
--- a/doc/classes/TextServer.xml
+++ b/doc/classes/TextServer.xml
@@ -155,7 +155,7 @@
<return type="int" />
<param index="0" name="font_rid" type="RID" />
<description>
- Recturns an active face index in the TrueType / OpenType collection.
+ Returns an active face index in the TrueType / OpenType collection.
</description>
</method>
<method name="font_get_fixed_size" qualifiers="const">
@@ -169,7 +169,7 @@
<return type="int" enum="TextServer.FixedSizeScaleMode" />
<param index="0" name="font_rid" type="RID" />
<description>
- Returned bitmap font scaling mode.
+ Returns bitmap font scaling mode.
</description>
</method>
<method name="font_get_generate_mipmaps" qualifiers="const">