We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCLabelAtlas::initWithString not support backslash path
CCLabelAtlas::initWithString not support backslash path
Bug #3226 [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/8259
Status: | Closed | |
---|---|---|
Start date: | 2013-11-19 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | all | |
Target version: | - | |
Estimated time: | 0.50 point |
All we know windows’ path is backslash than any others.
I think cross platform framework should support this different.
The default font path is “fonts/tuffy_bold_italic-charmap.plist”, and CCLabelAtlas will auto find the png file in the same folder, it is good. And in windows it works fine, by accident, just because of the slash in string.
This is not good to run a code fine by accident! PLEASE fix this.