mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
[Text Overrun] Add option to set custom ellipsis character, add support for system font fallback.
This commit is contained in:
@@ -1073,6 +1073,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_shaped_text_get_custom_ellipsis" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<param index="0" name="shaped" type="RID" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_shaped_text_get_custom_punctuation" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<param index="0" name="shaped" type="RID" />
|
||||
@@ -1329,6 +1335,13 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_shaped_text_set_custom_ellipsis" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="shaped" type="RID" />
|
||||
<param index="1" name="char" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_shaped_text_set_custom_punctuation" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<param index="0" name="shaped" type="RID" />
|
||||
|
||||
Reference in New Issue
Block a user