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.cpp | |
parent | 5c776ff6676ea2ca418bb5ec709ca729ef3bc435 (diff) |
*增加直接打印文字
Diffstat (limited to 'src/libjin/Graphics/Font.cpp')
-rw-r--r-- | src/libjin/Graphics/Font.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libjin/Graphics/Font.cpp b/src/libjin/Graphics/Font.cpp index 77d48f7..3e18359 100644 --- a/src/libjin/Graphics/Font.cpp +++ b/src/libjin/Graphics/Font.cpp @@ -65,12 +65,6 @@ namespace graphics return font; } - void Font::destroyFont(Font* font) - { - if (font != nullptr) - delete font; - } - Font::Font(FontData* f, unsigned int fontSize) : cursor(0, 0) , font(f) |