[RTL] Use "visible characters" property for inline object visibility

This commit is contained in:
bruvzg 2024-03-11 16:28:58 +02:00
parent f040a351c2
commit 433de7f1a8
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
11 changed files with 137 additions and 12 deletions

View file

@ -1367,6 +1367,22 @@
Breaks text to the lines and columns. Returns character ranges for each segment.
</description>
</method>
<method name="shaped_text_get_object_glyph" qualifiers="const">
<return type="int" />
<param index="0" name="shaped" type="RID" />
<param index="1" name="key" type="Variant" />
<description>
Returns the glyph index of the inline object.
</description>
</method>
<method name="shaped_text_get_object_range" qualifiers="const">
<return type="Vector2i" />
<param index="0" name="shaped" type="RID" />
<param index="1" name="key" type="Variant" />
<description>
Returns the character range of the inline object.
</description>
</method>
<method name="shaped_text_get_object_rect" qualifiers="const">
<return type="Rect2" />
<param index="0" name="shaped" type="RID" />