mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Replace Array return types with TypedArray
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_get_glyph_list" qualifiers="virtual const">
|
||||
<return type="Array" />
|
||||
<return type="PackedInt32Array" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<param index="1" name="size" type="Vector2i" />
|
||||
<description>
|
||||
@@ -258,7 +258,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_get_kerning_list" qualifiers="virtual const">
|
||||
<return type="Array" />
|
||||
<return type="Vector2i[]" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<param index="1" name="size" type="int" />
|
||||
<description>
|
||||
@@ -339,7 +339,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="font_get_size_cache_list" qualifiers="virtual const">
|
||||
<return type="Array" />
|
||||
<return type="Vector2i[]" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
Returns list of the font sizes in the cache. Each size is [code]Vector2i[/code] with font size and outline size.
|
||||
|
||||
Reference in New Issue
Block a user