diff options
Diffstat (limited to 'servers/text_server.h')
| -rw-r--r-- | servers/text_server.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/servers/text_server.h b/servers/text_server.h index fdc0e9fc4d..70d2129b51 100644 --- a/servers/text_server.h +++ b/servers/text_server.h @@ -427,6 +427,9 @@ public: virtual void shaped_text_set_custom_punctuation(const RID &p_shaped, const String &p_punct) = 0; virtual String shaped_text_get_custom_punctuation(const RID &p_shaped) const = 0; + virtual void shaped_text_set_custom_ellipsis(const RID &p_shaped, int64_t p_char) = 0; + virtual int64_t shaped_text_get_custom_ellipsis(const RID &p_shaped) const = 0; + virtual void shaped_text_set_orientation(const RID &p_shaped, Orientation p_orientation = ORIENTATION_HORIZONTAL) = 0; virtual Orientation shaped_text_get_orientation(const RID &p_shaped) const = 0; |
