cocos2d-x  2.2.3-gd2.113-rev1ec524e
Loading...
Searching...
No Matches
Label
Collaboration diagram for Label:

Classes

class  CCLabelAtlas
 CCLabelAtlas is a subclass of CCAtlasNode. More...
 
struct  ccBMFontDef
 BMFont definition. More...
 
struct  ccBMFontPadding
 BMFont padding. More...
 
struct  tCCFontDefHashElement
 
struct  tCCKerningHashElement
 
class  CCBMFontConfiguration
 CCBMFontConfiguration has parsed configuration of the the .fnt file. More...
 
class  CCLabelBMFont
 CCLabelBMFont is a subclass of CCSpriteBatchNode. More...
 
class  CCLabelTTF
 CCLabelTTF is a subclass of CCTextureNode that knows how to render text labels. More...
 

Enumerations

enum  { kCCLabelAutomaticWidth = -1 }
 

Functions

CC_DLL CCBMFontConfigurationFNTConfigLoadFile (const char *file)
 Free function that parses a FNT file a place it on the cache. More...
 
CC_DLL void FNTConfigRemoveCache (void)
 Purges the FNT config cache. More...
 

Detailed Description

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kCCLabelAutomaticWidth 

Function Documentation

◆ FNTConfigLoadFile()

CC_DLL CCBMFontConfiguration * FNTConfigLoadFile ( const char *  file)

Free function that parses a FNT file a place it on the cache.

◆ FNTConfigRemoveCache()

CC_DLL void FNTConfigRemoveCache ( void  )

Purges the FNT config cache.