cocos2d-x 3.0
- 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
静态 Public 成员函数 - 图1 静态 Public 成员函数 - 图2)
- 类列表 - 类索引 - 类继承关系 - 类成员

全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

静态 Public 成员函数 | 所有成员列表

FontAtlasCache类 参考

#include

## 静态 Public 成员函数
static FontAtlas getFontAtlasTTF (const TTFConfig &config)
static FontAtlas getFontAtlasFNT (const std::string &fontFileName, const Vec2 &imageOffset=Vec2::ZERO)
static FontAtlas getFontAtlasCharMap (const std::string &charMapFile, int itemWidth, int itemHeight, int startCharMap)
static FontAtlas getFontAtlasCharMap (Texture2D texture, int itemWidth, int itemHeight, int startCharMap)
static FontAtlas getFontAtlasCharMap (const std::string &plistFile)
static bool releaseFontAtlas (FontAtlas *atlas)
static void purgeCachedData ()
清空缓存数据。 如果多种纹理贴图(multiple texture)存在于一个FontAtlas中,它亦将清空纹理贴图集(textures atlas)。 更多…

成员函数说明

static FontAtlas* getFontAtlasCharMap ( const std::string & charMapFile,
int itemWidth,
int itemHeight,
int startCharMap
)

static

static FontAtlas getFontAtlasCharMap ( Texture2D texture,
int itemWidth,
int itemHeight,
int startCharMap
)

static

static FontAtlas* getFontAtlasCharMap ( const std::string & plistFile)

static

static FontAtlas* getFontAtlasFNT ( const std::string & fontFileName,
const Vec2 & imageOffset = Vec2::ZERO
)

static

static FontAtlas* getFontAtlasTTF ( const TTFConfig & config)

static

static void purgeCachedData ( )

static

清空缓存数据。 如果多种纹理贴图(multiple texture)存在于一个FontAtlas中,它亦将清空纹理贴图集(textures atlas)。

static bool releaseFontAtlas ( FontAtlas * atlas)

static


该类的文档由以下文件生成: