Merge pull request #84784 from timothyqiu/recturns
Fix typo in `TextureServer.font_get_face_index()` description
This commit is contained in:
commit
5abeb043d0
|
@ -155,7 +155,7 @@
|
||||||
<return type="int" />
|
<return type="int" />
|
||||||
<param index="0" name="font_rid" type="RID" />
|
<param index="0" name="font_rid" type="RID" />
|
||||||
<description>
|
<description>
|
||||||
Recturns an active face index in the TrueType / OpenType collection.
|
Returns an active face index in the TrueType / OpenType collection.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="font_get_fixed_size" qualifiers="const">
|
<method name="font_get_fixed_size" qualifiers="const">
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
<return type="int" enum="TextServer.FixedSizeScaleMode" />
|
<return type="int" enum="TextServer.FixedSizeScaleMode" />
|
||||||
<param index="0" name="font_rid" type="RID" />
|
<param index="0" name="font_rid" type="RID" />
|
||||||
<description>
|
<description>
|
||||||
Returned bitmap font scaling mode.
|
Returns bitmap font scaling mode.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="font_get_generate_mipmaps" qualifiers="const">
|
<method name="font_get_generate_mipmaps" qualifiers="const">
|
||||||
|
|
Loading…
Reference in New Issue