We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCLabelTTF setFontName overwrites the default font
CCLabelTTF setFontName overwrites the default font
Bug #3023 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8236
Status: | Closed | |
---|---|---|
Start date: | 2013-10-21 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | android, ios | |
Target version: | - |
Hey, I’m having an issue with CCLabelTTF where once I create it with a font name different than the default one “Marker Felt.ttf”, all my text (including the labels using “Marker Felt” as font and the new created labels) starts using the new font. As if the setFontName overwrites the default one.