#include <aedStaticText.h>
Inheritance diagram for aedStaticText:
Public Member Functions | |
virtual void | render (void) |
virtual void | setJustification (aedJusts just) |
void | setFontSize (Uint8 size) |
Uint8 | getFontSize (void) const |
void | setTextColor (aedColor color) |
void | setTextBold (bool bold) |
void | setWordWrap (bool state) |
int | getPosAtPixel (int x, int y) |
virtual void | setCaption (const std::string &caption) |
Protected Member Functions | |
void | updateFont () |
Protected Attributes | |
aedColor | m_TextColor |
aedJusts | m_Justification |
|
Set font size. |
|
Set text justification.
|
|
Enable/disable bold text. |
|
Set text color. |
|
Enable/disable word wrapping. |