diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Text.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Text.hpp b/include/Text.hpp index 26ac141..8eb5c96 100644 --- a/include/Text.hpp +++ b/include/Text.hpp @@ -134,6 +134,7 @@ namespace QuickMedia void splitTextByFont(); + float font_get_real_height(sf::Font *font); float get_text_quad_left_side(const VertexRef &vertex_ref) const; float get_text_quad_right_side(const VertexRef &vertex_ref) const; // If the index is past the end, then the caret offset is the right side of the last character, rather than the left side |