10-11-2012 12:09 AM
Hi,
Has anyone got the solution to use external fonts other than the default Arial font on BB10 through Cocos2d-x 2.0.x? Thanks.
Solved! Go to Solution.
10-11-2012 07:54 AM
Hi! I tried and tried and tried but i couldnt get the ttf fonts to work. But you can use CCLabelBMFont, as it works just fine.
10-11-2012 11:18 AM
Thanks. I will give a try.
10-15-2012 05:06 PM
There is an open issue right now in cocos2d-x, but it has been pushed back a couple of times. There is a way to use the grskia library to create a typeface with a filename instead of the bundled fonts, but it requires a brave coder that can implement that :-)
Here's the issue to follow up - http://www.cocos2d-x.org/issues/1024
10-15-2012 05:14 PM
10-19-2012 06:27 PM
10-19-2012 06:35 PM
Thanks for taking the time
I'm usually sticking to use the latest release version, so it could be some time before I start using that branch.