cocos2d-objc
cocos2d-objc copied to clipboard
Fix CCLabelBMFont blurriness on non-Retina screens
On non-Retina devices only, will resize the label to have even, whole-numbered dimensions to prevent blurring.
Provides @autoFixSizeForNonRetina property (default YES) so developers can turn it off if they don’t want it for some reason.