aboutsummaryrefslogtreecommitdiff
path: root/include/Text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Text.hpp')
-rw-r--r--include/Text.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Text.hpp b/include/Text.hpp
index 989edbb..5749072 100644
--- a/include/Text.hpp
+++ b/include/Text.hpp
@@ -82,6 +82,9 @@ namespace QuickMedia
void setCharacterSize(unsigned int characterSize);
unsigned int getCharacterSize() const;
+ void replace(size_t start_index, size_t length, const sf::String &insert_str);
+ int getCaretIndex() const;
+
void setFillColor(sf::Color color);
void setLineSpacing(float lineSpacing);