mirror of https://github.com/axmolengine/axmol.git
FontTest was not rendering TTFs
This commit is contained in:
parent
9ebc4e3722
commit
4538be2b43
|
@ -16,7 +16,7 @@ static int fontIdx = 0;
|
|||
|
||||
static std::string fontList[] =
|
||||
{
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
|
||||
#if ((CC_TARGET_PLATFORM == CC_PLATFORM_IOS) || (CC_TARGET_PLATFORM == CC_PLATFORM_MAC))
|
||||
// custom ttf files are defined in Test-info.plist
|
||||
"American Typewriter",
|
||||
"Marker Felt",
|
||||
|
|
Loading…
Reference in New Issue