cocos2d-x  3.0alpha1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TextImage Class Reference

TextImage. More...

#include <CCTextImage.h>

Public Member Functions

 TextImage ()
 ctor ()
 TextImage ()
 ~TextImage ()
bool initWithString (const char *text, int width, int height, Font *font, bool releaseRAWData=true)
var initWithString ( var text, var width, var height, var font, var true)
local initWithString ( local text, local width, local height, local font, local true)
TextFontPagesDefgetPages () const
FontgetFont () const
var getFont ()
local getFont ()

Detailed Description

Constructor & Destructor Documentation

TextImage ( )
var ctor ( )
local TextImage ( )
~TextImage ( )

Member Function Documentation

Font* getFont ( ) const
inline
var getFont ( )
inline
local getFont ( )
inline
TextFontPagesDef* getPages ( ) const
inline
var getPages ( )
inline
local getPages ( )
inline
bool initWithString ( const char *  text,
int  width,
int  height,
Font font,
bool  releaseRAWData = true 
)
var initWithString ( var  text,
var  width,
var  height,
var  font,
var  releaseRAWData = true 
)
local initWithString ( local  text,
local  width,
local  height,
local  font,
local  releaseRAWData = true 
)

The documentation for this class was generated from the following file: