diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-12 12:16:18 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-12 12:16:18 +0100 |
commit | 5abeb043d00c523b433cf3c9f6940142a3eeb368 (patch) | |
tree | 9a433c3a11628f2dd346817064c8df88dc10eb6e | |
parent | 87ba798cba5122304154a2a2e6f8dff90ac740d6 (diff) | |
parent | 2717fc6c0ff6481a3dcc42ab7f3eb0fd7f072a45 (diff) | |
download | redot-engine-5abeb043d00c523b433cf3c9f6940142a3eeb368.tar.gz |
Merge pull request #84784 from timothyqiu/recturns
Fix typo in `TextureServer.font_get_face_index()` description
-rw-r--r-- | doc/classes/TextServer.xml | 4 |
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"> |