diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-29 13:17:52 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-01-29 13:17:52 +0100 |
commit | 5c61803971a906b65cf1b61d3856b66b4737efe6 (patch) | |
tree | 9750ea34f1286d4aa83d6e37d4d335da955fa752 /scene/resources/text_paragraph.h | |
parent | 9a789adff27ccaae2e0445d4c60289f00ea8d9df (diff) | |
parent | 85df221610e72e4b93f4eaf57a2f470c6da8e54d (diff) | |
download | redot-engine-5c61803971a906b65cf1b61d3856b66b4737efe6.tar.gz |
Merge pull request #87668 from bruvzg/add_baseline_offset
[TextServer / Font] Add support for customizable baseline offset.
Diffstat (limited to 'scene/resources/text_paragraph.h')
-rw-r--r-- | scene/resources/text_paragraph.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/resources/text_paragraph.h b/scene/resources/text_paragraph.h index 28c69967ac..7512955fb3 100644 --- a/scene/resources/text_paragraph.h +++ b/scene/resources/text_paragraph.h @@ -138,9 +138,6 @@ 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; |