From 53c76fa5d16cd71f98081c307256e35e27212c11 Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Thu, 8 Dec 2022 22:01:07 +0200
Subject: [RTL/TextServer] Add baseline inline alignment mode for objects and
RTL tables.
---
doc/classes/@GlobalScope.xml | 3 +++
doc/classes/RichTextLabel.xml | 1 +
doc/classes/TextLine.xml | 2 ++
doc/classes/TextParagraph.xml | 2 ++
doc/classes/TextServer.xml | 2 ++
doc/classes/TextServerExtension.xml | 2 ++
6 files changed, 12 insertions(+)
(limited to 'doc/classes')
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index 50c1ed847a..6b0dccd7fc 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -1479,6 +1479,9 @@
Aligns the center of the inline object (e.g. image, table) to the position of the text specified by [code]INLINE_ALIGNMENT_TO_*[/code] constant.
+
+ Aligns the baseline (user defined) of the inline object (e.g. image, table) to the position of the text specified by [code]INLINE_ALIGNMENT_TO_*[/code] constant.
+
Aligns the bottom of the inline object (e.g. image, table) to the position of the text specified by [code]INLINE_ALIGNMENT_TO_*[/code] constant.
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index e222894647..f587ababfe 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -367,6 +367,7 @@
+
Adds a [code][table=columns,inline_align][/code] tag to the tag stack.
diff --git a/doc/classes/TextLine.xml b/doc/classes/TextLine.xml
index d1dfdecbd2..1ebae9889d 100644
--- a/doc/classes/TextLine.xml
+++ b/doc/classes/TextLine.xml
@@ -15,6 +15,7 @@
+
Adds inline object to the text buffer, [param key] must be unique. In the text, object is represented as [param length] object replacement characters.
@@ -122,6 +123,7 @@
+
Sets new size and alignment of embedded object.
diff --git a/doc/classes/TextParagraph.xml b/doc/classes/TextParagraph.xml
index e0729ba844..38afd9b5f8 100644
--- a/doc/classes/TextParagraph.xml
+++ b/doc/classes/TextParagraph.xml
@@ -15,6 +15,7 @@
+
Adds inline object to the text buffer, [param key] must be unique. In the text, object is represented as [param length] object replacement characters.
@@ -228,6 +229,7 @@
+
Sets new size and alignment of embedded object.
diff --git a/doc/classes/TextServer.xml b/doc/classes/TextServer.xml
index 4fc6ee3312..a4bccfb545 100644
--- a/doc/classes/TextServer.xml
+++ b/doc/classes/TextServer.xml
@@ -1097,6 +1097,7 @@
+
Adds inline object to the text buffer, [param key] must be unique. In the text, object is represented as [param length] object replacement characters.
@@ -1438,6 +1439,7 @@
+
Sets new size and alignment of embedded object.
diff --git a/doc/classes/TextServerExtension.xml b/doc/classes/TextServerExtension.xml
index 4c9817fcd4..44e65efc8c 100644
--- a/doc/classes/TextServerExtension.xml
+++ b/doc/classes/TextServerExtension.xml
@@ -945,6 +945,7 @@
+
@@ -1242,6 +1243,7 @@
+
--
cgit v1.2.3