diff options
author | chai <chaifix@163.com> | 2018-10-23 13:07:57 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-23 13:07:57 +0800 |
commit | 50be5c9746854adcdb5b45b75955b57f18f98fe5 (patch) | |
tree | ca854633b3901f6f052e757ca2a98ad0c597a508 /src/libjin/Graphics/Font/je_texture_font.h | |
parent | 233856869a699c0139291e4f43a61bc5a056c189 (diff) |
*draw->render
Diffstat (limited to 'src/libjin/Graphics/Font/je_texture_font.h')
-rw-r--r-- | src/libjin/Graphics/Font/je_texture_font.h | 6 |
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: |