Returns a Core Graphics size structure corresponding to the data in a given string.
Function CCSizeFromString
#include <Geode/cocos/cocoa/CCNS.h>
charconst*pszContent
)pszContent
A string object whose contents are of the form "{w, h}", where w is the width and h is the height. The w and h values can be integer or float values. An example of a valid string is "{3.0,2.5}". The string is not localized, so items are always separated with a comma.
A Core Graphics structure that represents a size. If the string is not well-formed, the function returns CCSizeZero.