Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows.
Implement TextServer word break method.
This commit is contained in:
parent
3e1b824c05
commit
6ab672d1ef
54 changed files with 3962 additions and 2 deletions
|
|
@ -1441,6 +1441,14 @@
|
|||
Aligns shaped text to the given tab-stops.
|
||||
</description>
|
||||
</method>
|
||||
<method name="string_get_word_breaks" qualifiers="const">
|
||||
<return type="PackedInt32Array" />
|
||||
<argument index="0" name="string" type="String" />
|
||||
<argument index="1" name="language" type="String" default="""" />
|
||||
<description>
|
||||
Returns array of the word break character offsets.
|
||||
</description>
|
||||
</method>
|
||||
<method name="string_to_lower" qualifiers="const">
|
||||
<return type="String" />
|
||||
<argument index="0" name="string" type="String" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue