CCLabelTTF (on Win8 and WP8)

How can I get rid of the outline when I create a CCLabelTTF (see attached example… I want to get rid of the darker outline around the letters)


Screen Shot 2013-04-13 at 20.37.37.png (9.1 KB)


Screen Shot 2013-04-13 at 20.37.37.png (9.1 KB)

Pink Nibor wrote:

How can I get rid of the outline when I create a CCLabelTTF (see attached example… I want to get rid of the darker outline around the letters

I am trying to create a CCLableTTF but it always appears in the default font set for windows 8. The Gingar-italic.ttf font is placed in the assets folder in the project but it never picks up that font even i do get a full path for it like

CCFileUtils::fullPathForRelativePath(“Gingar-italic.ttf”); it always return the correct path were this font is placed upon install

Is there a bug in the implementation of the CCLabelTTF that you were able to fix it up. As it can be seen in you attached images that you didn’t get this bug.