aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Font/je_texture_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Font/je_texture_font.h')
-rw-r--r--src/libjin/Graphics/Font/je_texture_font.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/Graphics/Font/je_texture_font.h b/src/libjin/Graphics/Font/je_texture_font.h
index 6276350..0cafff1 100644
--- a/src/libjin/Graphics/Font/je_texture_font.h
+++ b/src/libjin/Graphics/Font/je_texture_font.h
@@ -64,17 +64,17 @@ namespace JinEngine
///
///
///
- void print(const Page* page, int x, int y) override;
+ void render(const Page* page, int x, int y) override;
///
///
///
- void print(const Content& text, int x, int y, int linehgiht, int spacing = 0) override;
+ void render(const Content& text, int x, int y, int linehgiht, int spacing = 0) override;
///
///
///
- void print(const Text& text, int x, int y, int lineheight, int spacing = 0)override;
+ void render(const Text& text, int x, int y, int lineheight, int spacing = 0)override;
private: