diff options
author | chai <chaifix@163.com> | 2018-09-08 13:11:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-08 13:11:17 +0800 |
commit | 1ccc798ca383fc941d624751293ed88e012900d1 (patch) | |
tree | e883d01cf2255b4d596cac838d82a5bcc14bfd1e /src/libjin/Graphics/Font.h | |
parent | c9bb26a90f3445cc6ca0bdfcb8283361dc9e6174 (diff) | |
parent | 571c848068c378985e27066ff261b584fda09173 (diff) |
*update
Diffstat (limited to 'src/libjin/Graphics/Font.h')
-rw-r--r-- | src/libjin/Graphics/Font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Font.h b/src/libjin/Graphics/Font.h index 5435581..e4fa12b 100644 --- a/src/libjin/Graphics/Font.h +++ b/src/libjin/Graphics/Font.h @@ -16,6 +16,7 @@ namespace graphics { public: Font(); + void loadFile(const char* file); void loadMemory(const unsigned char* data); void render( |