1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Improve shaped_text_get_word_breaks()

This commit is contained in:
kobewi
2022-04-10 17:35:54 +02:00
parent 83d2673772
commit 2c85599218
2 changed files with 3 additions and 3 deletions

View File

@@ -1249,9 +1249,9 @@
<method name="shaped_text_get_word_breaks" qualifiers="const">
<return type="PackedInt32Array" />
<argument index="0" name="shaped" type="RID" />
<argument index="1" name="grapheme_flags" type="int" />
<argument index="1" name="grapheme_flags" type="int" default="264" />
<description>
Breaks text into words and returns array of character ranges.
Breaks text into words and returns array of character ranges. Use [code]grapheme_flags[/code] to set what characters are used for breaking (see [enum GraphemeFlag]).
</description>
</method>
<method name="shaped_text_hit_test_grapheme" qualifiers="const">