Go to the documentation of this file.
23 #ifndef __MYGUI_STATIC_TEXT_H__
24 #define __MYGUI_STATIC_TEXT_H__
47 virtual
void setFontName(const std::
string& _value);
49 const std::
string& getFontName();
52 virtual
void setFontHeight(
int _value);
57 virtual
void setTextAlign(
Align _value);
62 virtual
void setTextColour(const
Colour& _value);
64 const
Colour& getTextColour();
67 virtual
void setProperty(const std::
string& _key, const std::
string& _value);
73 virtual ~StaticText();
79 void shutdownWidgetSkin();
85 #endif // __MYGUI_STATIC_TEXT_H__