Unify TextServer built-in module and GDExtension code.

This commit is contained in:
bruvzg
2022-02-13 14:41:29 +02:00
parent 178961a6dc
commit f19cd44346
49 changed files with 4658 additions and 3126 deletions

View File

@@ -191,6 +191,12 @@
See also [method draw_multiline_string].
</description>
</method>
<method name="get_rids" qualifiers="const">
<return type="Array" />
<description>
Returns [Array] of valid [FontData] [RID]s, which can be passsed to the [TextServer] methods.
</description>
</method>
<method name="get_spacing" qualifiers="const">
<return type="int" />
<argument index="0" name="spacing" type="int" enum="TextServer.SpacingType" />