mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<param index="1" name="size" type="Vector2" />
|
||||
<param index="2" name="inline_align" type="int" enum="InlineAlignment" default="5" />
|
||||
<param index="3" name="length" type="int" default="1" />
|
||||
<param index="4" name="baseline" type="float" default="0.0" />
|
||||
<description>
|
||||
Adds inline object to the text buffer, [param key] must be unique. In the text, object is represented as [param length] object replacement characters.
|
||||
</description>
|
||||
@@ -122,6 +123,7 @@
|
||||
<param index="0" name="key" type="Variant" />
|
||||
<param index="1" name="size" type="Vector2" />
|
||||
<param index="2" name="inline_align" type="int" enum="InlineAlignment" default="5" />
|
||||
<param index="3" name="baseline" type="float" default="0.0" />
|
||||
<description>
|
||||
Sets new size and alignment of embedded object.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user