From 35528b800cf9dacce62f9664a7f4e56fcae491a3 Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Wed, 9 Nov 2022 14:45:21 +0200
Subject: [Font] Add an import option to pre-render all glyphs required for the
translation.
---
doc/classes/Translation.xml | 6 ++++++
doc/classes/Tree.xml | 8 ++++++++
2 files changed, 14 insertions(+)
(limited to 'doc')
diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml
index 314be9adf8..ae2f8d8dff 100644
--- a/doc/classes/Translation.xml
+++ b/doc/classes/Translation.xml
@@ -88,6 +88,12 @@
The number [param n] is the number or quantity of the plural object. It will be used to guide the translation system to fetch the correct plural form for the selected language.
+
+
+
+ Returns all the messages (translated text).
+
+
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml
index 532f6703b2..bf79821e2d 100644
--- a/doc/classes/Tree.xml
+++ b/doc/classes/Tree.xml
@@ -293,6 +293,14 @@
Sets language code of column title used for line-breaking and text shaping algorithms, if left empty current locale is used instead.
+
+
+
+
+
+ Selects the specified [TreeItem] and column.
+
+
--
cgit v1.2.3