#import <CC3BitmapLabelNode.h>
Extends CC3BitmapFontConfiguration to support Cocos3D functionality.
Returns a pointer to the specification of the specified character.
+ (void) clearFontConfigurations |
|
|
|
Clears all cached font configurations to conserve memory.
+ (id) configurationFromFontFile: |
|
(NSString *) |
fontFile |
|
Allocates and initializes an autoreleased instance from the specified bitmap font definition file.
This implementation maintains a cache so that each file is only loaded once.
- (id) initFromFontFile: |
|
(NSString *) |
fontFile |
|
Initializes this instance from the specified bitmap font definition file.
- (NSInteger) kerningBetween: |
|
(unichar) |
firstChar |
and: |
|
(unichar) |
secondChar |
|
|
| |
Returns the amount of kerning required when the specified second character follows the first character in a line of text.
The name of the font atlas texture.
Returns the character baseline.
- (NSInteger) commonHeight |
|
readnonatomicassign |
Returns the height of the characters in pixels in the texture atlas.
Returns the nominal font size.
Returns the padding for the font.
Returns the size of the texture in pixels.
The documentation for this class was generated from the following file: