I am creating CCLabelTTF without specifying size. initWithString: fontName: fontSize: sets the dimensions in CGSizeZero so that the size is determined automatically to match the specified text.
However, I would like to find out later what size appeared. I'm most interested in width.
How to determine the actual label size?
source
share