cocos2d-x  2.1.1
CCLabelBMFont.h File Reference
#include "sprite_nodes/CCSpriteBatchNode.h"
#include "support/data_support/uthash.h"
#include <map>
#include <sstream>
#include <iostream>
#include <vector>

Classes

struct  ccBMFontDef
 
struct  ccBMFontPadding
 
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...
 

Namespaces

namespace  cocos2d
 

Enumerations

enum  { kCCLabelAutomaticWidth = -1 }
 

Functions

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