mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows.
Implement TextServer word break method.
This commit is contained in:
@@ -1461,6 +1461,14 @@
|
||||
[b]Note:[/b] This method is used by default line/word breaking methods, and its implementation might be omitted if custom line breaking in implemented.
|
||||
</description>
|
||||
</method>
|
||||
<method name="string_get_word_breaks" qualifiers="virtual const">
|
||||
<return type="PackedInt32Array" />
|
||||
<argument index="0" name="string" type="String" />
|
||||
<argument index="1" name="language" type="String" />
|
||||
<description>
|
||||
Returns array of the word break character offsets.
|
||||
</description>
|
||||
</method>
|
||||
<method name="string_to_lower" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<argument index="0" name="string" type="String" />
|
||||
|
||||
Reference in New Issue
Block a user