mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
[TextServer] Store font extra spacing variations without making a full copy of font.
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_create_font_linked_variation" qualifiers="virtual">
|
||||
<return type="RID" />
|
||||
<param index="0" name="font_rid" type="RID" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_create_shaped_text" qualifiers="virtual">
|
||||
<return type="RID" />
|
||||
<param index="0" name="direction" type="int" enum="TextServer.Direction" />
|
||||
|
||||
Reference in New Issue
Block a user