aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/graphics/Font.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mglpp/graphics/Font.hpp')
-rw-r--r--include/mglpp/graphics/Font.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mglpp/graphics/Font.hpp b/include/mglpp/graphics/Font.hpp
index 1faa23a..6818277 100644
--- a/include/mglpp/graphics/Font.hpp
+++ b/include/mglpp/graphics/Font.hpp
@@ -11,7 +11,8 @@ namespace mgl {
Font();
~Font();
- bool load_from_file(const char *filepath, unsigned int font_size);
+ bool load_from_file(const char *filepath, unsigned int character_size);
+ unsigned int get_character_size() const;
mgl_font* internal_font();
private: