aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index a8a17be..fd1277f 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -75,7 +75,7 @@ namespace QuickMedia
void replace(size_t start_index, size_t length, const std::string &insert_str);
int getCaretIndex() const;
-
+ int getNumLines() const;
void set_color(mgl::Color color);
void setLineSpacing(float lineSpacing);