diff options
author | chai <chaifix@163.com> | 2018-10-15 07:18:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-15 07:18:13 +0800 |
commit | ddfedbff7d9ea4f344173ef2c228a51a778d7433 (patch) | |
tree | 4e8c40bee95f5ba91a2808ca9a14cea5937bea52 /src/libjin/Graphics/Image.h | |
parent | b1bbc998960fff2169dc5a992c47d08723472f9b (diff) |
+从TTFData创建TTF的接口
Diffstat (limited to 'src/libjin/Graphics/Image.h')
-rw-r--r-- | src/libjin/Graphics/Image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Image.h b/src/libjin/Graphics/Image.h index 5c426dc..29546cc 100644 --- a/src/libjin/Graphics/Image.h +++ b/src/libjin/Graphics/Image.h @@ -9,6 +9,7 @@ namespace graphics { /* just like bitmap but only from image file*/ + /* readonly bitmap */ class Image : public Bitmap { public: |