How can I add font style in my coco2dx app while it is on the fly? For example the font will be downloaded from the server, after downloading the font, the downloaded font will be use in a specific Label in the app.
I know how to add font style in cocos2dx app. it should be added in the info.plist file and in the resources folder.
my problem is I need to add the font downloaded from the server in the info.plist file and I don't know how to edit the info.plist file while the app is running. And base on this it is not possible. is there other way?
sorry for my bad english. please help, thanks in advance :)