mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
[RTL] Use "visible characters" property for inline object visibility
This commit is contained in:
parent
f040a351c2
commit
433de7f1a8
11 changed files with 137 additions and 12 deletions
|
@ -490,6 +490,8 @@ public:
|
|||
|
||||
virtual Array shaped_text_get_objects(const RID &p_shaped) const = 0;
|
||||
virtual Rect2 shaped_text_get_object_rect(const RID &p_shaped, const Variant &p_key) const = 0;
|
||||
virtual Vector2i shaped_text_get_object_range(const RID &p_shaped, const Variant &p_key) const = 0;
|
||||
virtual int64_t shaped_text_get_object_glyph(const RID &p_shaped, const Variant &p_key) const = 0;
|
||||
|
||||
virtual Size2 shaped_text_get_size(const RID &p_shaped) const = 0;
|
||||
virtual double shaped_text_get_ascent(const RID &p_shaped) const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue