diff options
author | chai <chaifix@163.com> | 2018-10-08 20:10:35 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-08 20:10:35 +0800 |
commit | 1e9bdd854c89c32fa09016871d9693976fc9a08b (patch) | |
tree | 89f2824c37a6a46aaceebdceb3452a94f76f1f86 /src/libjin/Graphics/Font.h | |
parent | 5c776ff6676ea2ca418bb5ec709ca729ef3bc435 (diff) |
*增加直接打印文字
Diffstat (limited to 'src/libjin/Graphics/Font.h')
-rw-r--r-- | src/libjin/Graphics/Font.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Font.h b/src/libjin/Graphics/Font.h index 2bd51a5..0cb07de 100644 --- a/src/libjin/Graphics/Font.h +++ b/src/libjin/Graphics/Font.h @@ -53,7 +53,6 @@ namespace graphics typedef unsigned int Codepoint; static Font* createFont(FontData* fontData, unsigned int fontSzie); - static void destroyFont(Font* font); Page* typeset(const char* text, int lineheight, int spacing); void print(const char* text, int x, int y, int lineheight, int spacing = 0); |