what kind of font does cocos2d-x suppot

when debug on win32,I use AppleGothic font with CCLabelTTF::labelWithString(“”, “AppleGothic”, 20); but it did not make a effect.

please list supported fonts in cocos2d-x

Cocos2d-x can support custom fonts since the latest 0.9.1 on all platforms, feature #374, including windows, android, iphone.
Please update to 0.9.1 and check the “FontTest” in tests, it rocks :slight_smile:

Thank you