#include <CCFontAtlas.h>
Public Member Functions | |
| FontAtlas (Font &theFont) | |
| FontAtlas ( local theFont) | |
| virtual | ~FontAtlas () |
| void | addLetterDefinition (const FontLetterDefinition &letterDefinition) |
| local | addLetterDefinition ( local letterDefinition) |
| bool | getLetterDefinitionForChar (unsigned short letteCharUTF16, FontLetterDefinition &outDefinition) |
| local | getLetterDefinitionForChar ( local letteCharUTF16, local outDefinition) |
| bool | prepareLetterDefinitions (unsigned short *utf16String) |
| const std::unordered_map < ssize_t, Texture2D * > & | getTextures () const |
| local | getTextures () |
| void | addTexture (Texture2D *texture, int slot) |
| local | addTexture ( local texture, local slot) |
| float | getCommonLineHeight () const |
| local | getCommonLineHeight () |
| void | setCommonLineHeight (float newHeight) |
| local | setCommonLineHeight ( local newHeight) |
| Texture2D * | getTexture (int slot) |
| local | getTexture ( local slot) |
| const Font * | getFont () const |
| local | getFont () |
| void | listenToBackground (EventCustom *event) |
| Listen "come to background" message, and clear the texture atlas. More... | |
| local | listenToBackground ( local event) |
| Listen "come to background" message, and clear the texture atlas. More... | |
| void | listenToForeground (EventCustom *event) |
| Listen "come to foreground" message and restore the texture atlas. More... | |
| void | purgeTexturesAtlas () |
| Removes textures atlas. More... | |
| void | setAntiAliasTexParameters () |
| sets font texture parameters: More... | |
| local | setAntiAliasTexParameters () |
| sets font texture parameters: More... | |
| void | setAliasTexParameters () |
| sets font texture parameters: More... | |
| local | setAliasTexParameters () |
| sets font texture parameters: More... | |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Release the ownership immediately. More... | |
| local | release () |
| Release the ownership immediately. More... | |
| Ref * | autorelease () |
| Release the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
Static Public Attributes | |
| static const int | CacheTextureWidth |
| static const int | CacheTextureHeight |
| local | CacheTextureHeight |
| static const char * | EVENT_PURGE_TEXTURES |
| local | EVENT_PURGE_TEXTURES |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| local FontAtlas | ( | local | theFont) |
|
virtual |
| void addLetterDefinition | ( | const FontLetterDefinition & | letterDefinition) |
| local addLetterDefinition | ( | local | letterDefinition) |
| void addTexture | ( | Texture2D * | texture, |
| int | slot | ||
| ) |
| local addTexture | ( | local | texture, |
| local | slot | ||
| ) |
| float getCommonLineHeight | ( | ) | const |
| local getCommonLineHeight | ( | ) |
| const Font* getFont | ( | ) | const |
| local getFont | ( | ) |
| bool getLetterDefinitionForChar | ( | unsigned short | letteCharUTF16, |
| FontLetterDefinition & | outDefinition | ||
| ) |
| local getLetterDefinitionForChar | ( | local | letteCharUTF16, |
| local | outDefinition | ||
| ) |
| Texture2D* getTexture | ( | int | slot) |
| local getTexture | ( | local | slot) |
|
inline |
| void listenToBackground | ( | EventCustom * | event) |
Listen "come to background" message, and clear the texture atlas.
It only has effect on Android.
| local listenToBackground | ( | local | event) |
Listen "come to background" message, and clear the texture atlas.
It only has effect on Android.
| void listenToForeground | ( | EventCustom * | event) |
Listen "come to foreground" message and restore the texture atlas.
It only has effect on Android.
| local listenToForeground | ( | local | event) |
Listen "come to foreground" message and restore the texture atlas.
It only has effect on Android.
| bool prepareLetterDefinitions | ( | unsigned short * | utf16String) |
| local prepareLetterDefinitions | ( | local | utf16String) |
| void purgeTexturesAtlas | ( | ) |
Removes textures atlas.
It will purge the textures atlas and if multiple texture exist in the FontAtlas.
| local purgeTexturesAtlas | ( | ) |
Removes textures atlas.
It will purge the textures atlas and if multiple texture exist in the FontAtlas.
| void setAliasTexParameters | ( | ) |
sets font texture parameters:
| local setAliasTexParameters | ( | ) |
sets font texture parameters:
| void setAntiAliasTexParameters | ( | ) |
sets font texture parameters:
| local setAntiAliasTexParameters | ( | ) |
sets font texture parameters:
| void setCommonLineHeight | ( | float | newHeight) |
| local setCommonLineHeight | ( | local | newHeight) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |