#import <CCProtocols.h>
Inherited by CCBitmapFontAtlas, CCLabel, and CCLabelAtlas.
Public Member Functions | |
| (void) | - setString: |
| (void) | - setCString: |
Common interface for Labels
Definition at line 100 of file CCProtocols.h.
| - (void) setCString: | (char *) | label | [optional] |
sets a new label using a CString. It is faster than setString since it doesn't require to alloc/retain/release an NString object.
| - (void) setString: | (NSString *) | label |
sets a new label using an NSString
Reimplemented in CCLabel.