mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4373 from lajos/dev_macfonttest
closed #3275: Adding FontTest for Mac
This commit is contained in:
commit
10e983707e
|
@ -16,7 +16,7 @@ static int fontIdx = 0;
|
||||||
|
|
||||||
static std::string fontList[] =
|
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
|
// custom ttf files are defined in Test-info.plist
|
||||||
"American Typewriter",
|
"American Typewriter",
|
||||||
"Marker Felt",
|
"Marker Felt",
|
||||||
|
|
Loading…
Reference in New Issue