Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么东西可以CCLabelTTF很好地补间字体大小吗?我猜CCScaleTo现在使用并没有真正重新创建每次迭代的字体吗?
CCLabelTTF
CCScaleTo
[label setFontSize:newFontSize];
根据 LearnCocos2D 的回答,没有(“好”)补间 CCLabelTTF 的方法。
所以我做了什么,我只是缩放光栅化版本,并在缩放完成后重新创建它,字体大小缩放相同,并将节点本身再次缩放为 1。