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_ttf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libjin/Graphics/Font/je_ttf.h') diff --git a/src/libjin/Graphics/Font/je_ttf.h b/src/libjin/Graphics/Font/je_ttf.h index e3d63b2..42e7e62 100644 --- a/src/libjin/Graphics/Font/je_ttf.h +++ b/src/libjin/Graphics/Font/je_ttf.h @@ -131,17 +131,17 @@ namespace JinEngine /// /// /// - 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; /// /// /// - void print(const Content& text, int x, int y, int lineheight, int spacing = 0) override; + void render(const Content& text, int x, int y, int lineheight, int spacing = 0) override; /// /// /// - void print(const Page* page, int x, int y) override; + void render(const Page* page, int x, int y) override; /// /// -- cgit v1.1-26-g67d0