Render text winrt and wp8

hello I detected that the project tests the rendering of letters not getting this right can see the test cpp >> Font test.


Captura de Ecrã (6).png (143.0 KB)

Anyone know if this problem had been detected? and if there is a solution?

The black border around the text is due to wrong blending.

Not sure what the reason for the fps font is.

WP8 font without border:

  • [cocosFolder]\cocos2dx\include\ccConfig.h
    line 204 : set #define CC_USE_LA88_LABELS 0
  • Go to CCFreeTypeFont class, method draw_bitmap. Change pBuffer[index++] = “255” to pBuffer[index++] = value;

Thanks @Argas, we will fix it soon. http://www.cocos2d-x.org/issues/4470.