Let have a CCLabelTTF called myLabel. Using the web inspector console, set a string in it:
Everything should be fine, like in this image: 
Now do the same, but using a string of different size and calling getContentSize() immediately after:
myLabel.setString("200"); myLabel.getContentSize()
The label gets deformed, like this: 