#include <NiceText.H>
Public Member Functions | |
NiceText (const string &configName, const string &text, Color4 color=Color4(1, 1, 1, 1), FTFont *font=NULL) | |
virtual | ~NiceText () |
void | setColor (Color4 color) |
Color4 | getColor () |
double | getWidth () |
double | getHeight () |
void | draw () |
void | setText (const string &text) |
Protected Attributes | |
string | _text |
FTFont * | _font |
Color4 | _color |
double | _scaleFactor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|