From ddd96b30594eb06de7d2f9a6fe3fcb10709e1c81 Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Thu, 3 Feb 2022 15:03:51 +0200
Subject: [GDExtension] Fix registration of functions with enum or native
pointer return type.
---
doc/classes/TextServerExtension.xml | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
(limited to 'doc/classes')
diff --git a/doc/classes/TextServerExtension.xml b/doc/classes/TextServerExtension.xml
index 5967340f8c..b500bd5658 100644
--- a/doc/classes/TextServerExtension.xml
+++ b/doc/classes/TextServerExtension.xml
@@ -202,7 +202,7 @@
-
+
Returns the font hinting mode. Used by dynamic fonts only.
@@ -1028,7 +1028,7 @@
-
+
Returns direction of the text.
@@ -1051,9 +1051,8 @@
-
+
-
Returns array of the glyphs in the ellipsis.
@@ -1073,9 +1072,8 @@
-
+
-
Copies text glyphs in the visual order, into preallocated array of the size returned by [method _shaped_text_get_glyph_count].
@@ -1089,7 +1087,7 @@
-
+
Returns direction of the text, inferred by the BiDi algorithm.
@@ -1132,7 +1130,7 @@
-
+
Returns text orientation.
@@ -1337,9 +1335,8 @@
-
+
-
Copies text glyphs in the logical order, into preallocated array of the size returned by [method _shaped_text_get_glyph_count].
--
cgit v1.2.3