CC3BitmapFontConfiguration Class Reference
Inherits from | NSObject |
Declared in | CC3BitmapLabelNode.h |
Tasks
-
atlasName
property -
fontSize
property -
baseline
property -
commonHeight
property -
padding
property -
textureSize
property -
– characterSpecFor:
-
– kerningBetween:and:
-
– initFromFontFile:
-
+ configurationFromFontFile:
-
+ clearFontConfigurations
Properties
atlasName
The name of the font atlas texture.
@property (nonatomic, retain, readonly) NSString *atlasName
Declared In
CC3BitmapLabelNode.h
baseline
Returns the character baseline.
@property (nonatomic, readonly) NSUInteger baseline
Declared In
CC3BitmapLabelNode.h
commonHeight
Returns the height of the characters in pixels in the texture atlas.
@property (nonatomic, readonly) NSInteger commonHeight
Declared In
CC3BitmapLabelNode.h
fontSize
Returns the nominal font size.
@property (nonatomic, readonly) GLfloat fontSize
Declared In
CC3BitmapLabelNode.h
Class Methods
Instance Methods
characterSpecFor:
Returns a pointer to the specification of the specified character.
- (CC3BitmapCharDef *)characterSpecFor:(unichar)c
Declared In
CC3BitmapLabelNode.h