|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A text call to the CRenderer
Field Summary | |
bool |
m_Bold
Settings |
CColor |
m_Color
Color setup |
CStr |
m_Font
Font name |
bool |
m_Italic
Settings |
CPos |
m_Pos
Position |
std::list< SSpriteCall >::pointer |
m_pSpriteCall
*IF* an icon, then this is not NULL. |
CSize |
m_Size
Size |
CStrW |
m_String
The string that is suppose to be rendered. |
bool |
m_Underlined
Settings |
bool |
m_UseCustomColor
Use custom color? If true then m_Color is used, else the color inputted will be used. |
Constructor Summary | |
STextCall()
|
Field Detail |
public bool m_Bold;
public CColor m_Color;
public CStr m_Font;
public bool m_Italic;
public CPos m_Pos;
public std::list< SSpriteCall >::pointer m_pSpriteCall;
public CSize m_Size;
public CStrW m_String;
public bool m_Underlined;
public bool m_UseCustomColor;
Constructor Detail |
public STextCall();
|
0 A.D.
Generated on September 04, 2007 at 18:14 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |