From 50be5c9746854adcdb5b45b75955b57f18f98fe5 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 23 Oct 2018 13:07:57 +0800 Subject: *draw->render --- src/libjin/Graphics/Font/je_texture_font.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libjin/Graphics/Font/je_texture_font.h') 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: -- cgit v1.1-26-g67d0