You've already forked godot
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user