aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-17 09:40:10 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-17 10:49:13 +0200
commit9bf163d51a252fb5a611e88c2e0b4123a98169e1 (patch)
treee742979a7128e3ead913e9348c4b207c0fd95ab4 /include/Text.hpp
parentfd9178b9d500a0b5f30f388f8d419ac386ce87cb (diff)
Matrix: show reply messages embedded in messages that reply to them, like element does
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index 7e9dda2..a71bc8e 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -141,6 +141,7 @@ namespace QuickMedia
bool editable;
CaretMoveDirection caretMoveDirection;
sf::FloatRect boundingBox;
+ int num_lines;
float lineSpacing;
float characterSpacing;
std::vector<TextElement> textElements;