[TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, update extension docs.

This commit is contained in:
bruvzg 2024-02-22 12:10:37 +02:00
parent 61282068f4
commit 3bb5047db3
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
8 changed files with 663 additions and 110 deletions

View file

@ -42,7 +42,7 @@
<param index="0" name="cache_index" type="int" />
<param index="1" name="size" type="Vector2i" />
<description>
Removes all rendered glyphs information from the cache entry.
Removes all rendered glyph information from the cache entry.
[b]Note:[/b] This function will not remove textures associated with the glyphs, use [method remove_texture] to remove them manually.
</description>
</method>
@ -579,7 +579,7 @@
<param index="0" name="cache_index" type="int" />
<param index="1" name="transform" type="Transform2D" />
<description>
Sets 2D transform, applied to the font outlines, can be used for slanting, flipping and rotating glyphs.
Sets 2D transform, applied to the font outlines, can be used for slanting, flipping, and rotating glyphs.
</description>
</method>
<method name="set_variation_coordinates">