diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-08-09 00:59:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-09 00:59:35 +0200 |
| commit | 2df1765fc28052f25a6a12f3f5c5a974a88b9134 (patch) | |
| tree | 8beebed7d2f3f26c40c5bd5d5905a80acd214dc9 /doc/classes/TextParagraph.xml | |
| parent | 7fc570b5ac4527e10a394da578f649b1f577b4dc (diff) | |
| parent | 7c3c5603d0a3208d6bee186f50857b15a02419d6 (diff) | |
| download | redot-engine-2df1765fc28052f25a6a12f3f5c5a974a88b9134.tar.gz | |
Merge pull request #49587 from bruvzg/text_server_inline_align
[Text Server] Improve object (image/table) inline alignment.
Diffstat (limited to 'doc/classes/TextParagraph.xml')
| -rw-r--r-- | doc/classes/TextParagraph.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/TextParagraph.xml b/doc/classes/TextParagraph.xml index 9050f9246a..811fe32eb2 100644 --- a/doc/classes/TextParagraph.xml +++ b/doc/classes/TextParagraph.xml @@ -13,7 +13,7 @@ <return type="bool" /> <argument index="0" name="key" type="Variant" /> <argument index="1" name="size" type="Vector2" /> - <argument index="2" name="inline_align" type="int" enum="VAlign" default="1" /> + <argument index="2" name="inline_align" type="int" enum="InlineAlign" default="5" /> <argument index="3" name="length" type="int" default="1" /> <description> Adds inline object to the text buffer, [code]key[/code] must be unique. In the text, object is represented as [code]length[/code] object replacement characters. @@ -240,7 +240,7 @@ <return type="bool" /> <argument index="0" name="key" type="Variant" /> <argument index="1" name="size" type="Vector2" /> - <argument index="2" name="inline_align" type="int" enum="VAlign" default="1" /> + <argument index="2" name="inline_align" type="int" enum="InlineAlign" default="5" /> <description> Sets new size and alignment of embedded object. </description> |
