sf::Text Member List
This is the complete list of members for
sf::Text, including all inherited members.
Bold enum value | sf::Text | |
Drawable(const Vector2f &position=Vector2f(0, 0), const Vector2f &scale=Vector2f(1, 1), float rotation=0.f, const Color &color=Color(255, 255, 255)) | sf::Drawable | |
GetBlendMode() const | sf::Drawable | |
GetCharacterPos(std::size_t index) const | sf::Text | |
GetCharacterSize() const | sf::Text | |
GetColor() const | sf::Drawable | |
GetFont() const | sf::Text | |
GetInverseMatrix() const | sf::Drawable | [protected] |
GetMatrix() const | sf::Drawable | [protected] |
GetOrigin() const | sf::Drawable | |
GetPosition() const | sf::Drawable | |
GetRect() const | sf::Text | |
GetRotation() const | sf::Drawable | |
GetScale() const | sf::Drawable | |
GetString() const | sf::Text | |
GetStyle() const | sf::Text | |
Italic enum value | sf::Text | |
Move(float offsetX, float offsetY) | sf::Drawable | |
Move(const Vector2f &offset) | sf::Drawable | |
Regular enum value | sf::Text | |
Render(RenderTarget &target, Renderer &renderer) const | sf::Text | [protected, virtual] |
Rotate(float Angle) | sf::Drawable | |
Scale(float factorX, float factorY) | sf::Drawable | |
Scale(const Vector2f &factor) | sf::Drawable | |
SetBlendMode(Blend::Mode mode) | sf::Drawable | |
SetCharacterSize(unsigned int size) | sf::Text | |
SetColor(const Color &color) | sf::Drawable | |
SetFont(const Font &font) | sf::Text | |
SetOrigin(float x, float y) | sf::Drawable | |
SetOrigin(const Vector2f &origin) | sf::Drawable | |
SetPosition(float x, float y) | sf::Drawable | |
SetPosition(const Vector2f &position) | sf::Drawable | |
SetRotation(float angle) | sf::Drawable | |
SetScale(float factorX, float factorY) | sf::Drawable | |
SetScale(const Vector2f &scale) | sf::Drawable | |
SetScaleX(float factor) | sf::Drawable | |
SetScaleY(float factor) | sf::Drawable | |
SetString(const String &string) | sf::Text | |
SetStyle(unsigned long style) | sf::Text | |
SetX(float x) | sf::Drawable | |
SetY(float y) | sf::Drawable | |
Style enum name | sf::Text | |
Text() | sf::Text | |
Text(const String &string, const Font &font=Font::GetDefaultFont(), unsigned int characterSize=30) | sf::Text | [explicit] |
TransformToGlobal(const Vector2f &point) const | sf::Drawable | |
TransformToLocal(const Vector2f &point) const | sf::Drawable | |
Underlined enum value | sf::Text | |
~Drawable() | sf::Drawable | [virtual] |