diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-03-29 17:26:53 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-03-29 17:26:53 +0300 |
commit | 9f4893c70bced295cfdfd9536dcb5b242629607a (patch) | |
tree | 6ddec87b4bd608d849a9bbe5aaaa38caa7b8e23a /scene/resources/text_paragraph.h | |
parent | b253aca53f4590b173b110017eb5095a5a6059a0 (diff) | |
download | redot-engine-9f4893c70bced295cfdfd9536dcb5b242629607a.tar.gz |
Use extra font spacing in the RichTextLabel line height calculation, and stylebox size in the minimum size calculation.
Diffstat (limited to 'scene/resources/text_paragraph.h')
-rw-r--r-- | scene/resources/text_paragraph.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/resources/text_paragraph.h b/scene/resources/text_paragraph.h index a16fa8c3c4..4396b07130 100644 --- a/scene/resources/text_paragraph.h +++ b/scene/resources/text_paragraph.h @@ -116,6 +116,9 @@ public: float get_line_underline_position(int p_line) const; float get_line_underline_thickness(int p_line) const; + int get_spacing_top() const; + int get_spacing_bottom() const; + Size2 get_dropcap_size() const; int get_dropcap_lines() const; |