diff options
author | chai <chaifix@163.com> | 2018-10-15 12:49:54 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-15 12:49:54 +0800 |
commit | 68b60be0d1da84aa670d29b87b26ab3e3db51b69 (patch) | |
tree | 661b2b1aff66ce3068c2bd6e4abe66734e3d1706 /src/libjin/Graphics/Font/TTF.h | |
parent | 437ea76fc9b61240b2f8d1b0b800f3f7a73af766 (diff) |
*增加默认字体
Diffstat (limited to 'src/libjin/Graphics/Font/TTF.h')
-rw-r--r-- | src/libjin/Graphics/Font/TTF.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Font/TTF.h b/src/libjin/Graphics/Font/TTF.h index 7f4f873..4e9a7ae 100644 --- a/src/libjin/Graphics/Font/TTF.h +++ b/src/libjin/Graphics/Font/TTF.h @@ -117,7 +117,6 @@ namespace graphics std::vector<GLuint> atlases; std::map<Codepoint, TTFGlyph> glyphs; TTFData* ttf; - const unsigned int ttfsize; int baseline; int descent; |