This is the complete list of members for Twp::Text, including all inherited members.
draw(Gfx &gfx, const Math::Matrix4 &trsf=Math::Matrix4()) (defined in Twp::Text) | Twp::Text | |
getBounds() (defined in Twp::Text) | Twp::Text | |
getColor() const (defined in Twp::Text) | Twp::Text | inline |
getFont() (defined in Twp::Text) | Twp::Text | inline |
getHAlign() const (defined in Twp::Text) | Twp::Text | inline |
getMaxWidth() const (defined in Twp::Text) | Twp::Text | inline |
getText() const (defined in Twp::Text) | Twp::Text | inline |
getVAlign() const (defined in Twp::Text) | Twp::Text | inline |
setColor(const Color &c) (defined in Twp::Text) | Twp::Text | inline |
setFont(const Common::String &fontName) (defined in Twp::Text) | Twp::Text | |
setHAlign(TextHAlignment align) (defined in Twp::Text) | Twp::Text | inline |
setMaxWidth(float maxW) (defined in Twp::Text) | Twp::Text | inline |
setText(const Common::String &text) (defined in Twp::Text) | Twp::Text | inline |
setVAlign(TextVAlignment align) (defined in Twp::Text) | Twp::Text | inline |
Text() (defined in Twp::Text) | Twp::Text | |
Text(const Common::String &fontName, const Common::String &text, TextHAlignment hAlign=thCenter, TextVAlignment vAlign=tvCenter, float maxWidth=0.0f, const Color &color=Color()) (defined in Twp::Text) | Twp::Text |