Skip to content

Commit

Permalink
Fix typo in TextureServer.font_get_face_index description
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyqiu committed Nov 12, 2023
1 parent 89f2f7f commit 2717fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/TextServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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">
Expand Down

0 comments on commit 2717fc6

Please sign in to comment.