[Export] Write text server data from memory, instead of using temporary file.

This commit is contained in:
Pāvels Nadtočajevs
2024-11-13 08:03:40 +02:00
parent d741a646a5
commit c5ca56f40b
13 changed files with 88 additions and 19 deletions

View File

@ -1067,6 +1067,12 @@
Returns the name of the server interface.
</description>
</method>
<method name="get_support_data" qualifiers="const">
<return type="PackedByteArray" />
<description>
Returns default TextServer database (e.g. ICU break iterators and dictionaries).
</description>
</method>
<method name="get_support_data_filename" qualifiers="const">
<return type="String" />
<description>