diff options
Diffstat (limited to 'scene/resources/font.h')
-rw-r--r-- | scene/resources/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/font.h b/scene/resources/font.h index ef79f8bd02..a99151640e 100644 --- a/scene/resources/font.h +++ b/scene/resources/font.h @@ -359,6 +359,7 @@ public: // Base font properties. virtual int32_t get_glyph_index(int p_size, char32_t p_char, char32_t p_variation_selector = 0x0000) const; + virtual char32_t get_char_from_glyph_index(int p_size, int32_t p_glyph_index) const; FontFile(); ~FontFile(); |