[TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, update extension docs.
This commit is contained in:
parent
61282068f4
commit
3bb5047db3
8 changed files with 663 additions and 110 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue