add BMFont FontType to support BMFont

This commit is contained in:
felixjingga 2015-05-20 15:50:20 +07:00
parent fefe1b10fe
commit 2d0fc637fc
1 changed files with 2 additions and 1 deletions

View File

@ -331,7 +331,8 @@ private:
enum class FontType
{
SYSTEM,
TTF
TTF,
BMFONT
};
int _fontSize;