Greetings everyone,
I would like to use some TTF fonts in my game, so I decided to try FontLabel class. However, I am confused as to how to use it. Since FontLabel is not CocosNode object, but UILabel object, I cannot add it to my Layer via usual addChild method. A little help would be appreciated. Thank you.
A.