diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2020-07-18 14:53:39 +0200 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2020-07-20 17:44:39 +0200 |
commit | 80a5df48215f4e18b34e3533cb950a7a94e89cd6 (patch) | |
tree | d506f3c091314c3dbbf55cc957a0d5c2e42753c5 /doc/classes | |
parent | 9e34ba48556b71f1f672b5be47d12b0e3f679b86 (diff) |
Add DynamicFont::get_available_chars()
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/DynamicFont.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/DynamicFont.xml b/doc/classes/DynamicFont.xml index 0864c3ba36..24df056c6b 100644 --- a/doc/classes/DynamicFont.xml +++ b/doc/classes/DynamicFont.xml @@ -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> |