Merge pull request #46721 from bruvzg/custom_word_break_punct
This commit is contained in:
commit
5968653662
13 changed files with 165 additions and 12 deletions
|
|
@ -463,6 +463,9 @@ public:
|
|||
|
||||
virtual void shaped_text_set_bidi_override(RID p_shaped, const Array &p_override) override;
|
||||
|
||||
virtual void shaped_text_set_custom_punctuation(RID p_shaped, const String &p_punct) override;
|
||||
virtual String shaped_text_get_custom_punctuation(RID p_shaped) const override;
|
||||
|
||||
virtual void shaped_text_set_orientation(RID p_shaped, Orientation p_orientation = ORIENTATION_HORIZONTAL) override;
|
||||
virtual Orientation shaped_text_get_orientation(RID p_shaped) const override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue