mirror of https://github.com/axmolengine/axmol.git
add BMFont FontType to support BMFont
This commit is contained in:
parent
fefe1b10fe
commit
2d0fc637fc
|
@ -331,7 +331,8 @@ private:
|
|||
enum class FontType
|
||||
{
|
||||
SYSTEM,
|
||||
TTF
|
||||
TTF,
|
||||
BMFONT
|
||||
};
|
||||
|
||||
int _fontSize;
|
||||
|
|
Loading…
Reference in New Issue