I was wondering that how to load a TTF font from a absolute file path, not relative, which is usually done with [UIFont fontWithName:@"xyz"];
在 cocos2d 中, 我们可以使用 CCLabelBMFont 来做到这一点, 它将文件作为参数, 但使用 CCLabelTFTF 时, 它会使用字体的名称, 而不是文件名称 。
是否有任何办法可以加载外部字体, 不嵌入应用程序, 而是根据需要从某些资源下载?