1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Add DynamicFont::get_available_chars()

This commit is contained in:
Pedro J. Estébanez
2020-07-18 14:53:39 +02:00
parent 9e34ba4855
commit 80a5df4821
3 changed files with 46 additions and 0 deletions

View File

@@ -26,6 +26,14 @@
Adds a fallback font.
</description>
</method>
<method name="get_available_chars" qualifiers="const">
<return type="String">
</return>
<description>
Returns a string containing all the characters available in the main and all the fallback fonts.
If a given character is included in more than one font, it appears only once in the returned string.
</description>
</method>
<method name="get_fallback" qualifiers="const">
<return type="DynamicFontData">
</return>