This is the complete list of members for sf::String, including all inherited members.
Bold enum value | sf::String | |
Drawable(const Vector2f &Position=Vector2f(0, 0), const Vector2f &Scale=Vector2f(1, 1), float Rotation=0.f, const Color &Col=Color(255, 255, 255, 255)) | sf::Drawable | |
GetBlendMode() const | sf::Drawable | |
GetCenter() const | sf::Drawable | |
GetCharacterPos(std::size_t Index) const | sf::String | |
GetColor() const | sf::Drawable | |
GetFont() const | sf::String | |
GetInverseMatrix() const | sf::Drawable | protected |
GetMatrix() const | sf::Drawable | protected |
GetPosition() const | sf::Drawable | |
GetRect() const | sf::String | |
GetRotation() const | sf::Drawable | |
GetScale() const | sf::Drawable | |
GetSize() const | sf::String | |
GetStyle() const | sf::String | |
GetText() const | sf::String | |
Italic enum value | sf::String | |
Move(float OffsetX, float OffsetY) | sf::Drawable | |
Move(const Vector2f &Offset) | sf::Drawable | |
Regular enum value | sf::String | |
Render(RenderTarget &Target) const | sf::String | protectedvirtual |
Rotate(float Angle) | sf::Drawable | |
Scale(float FactorX, float FactorY) | sf::Drawable | |
Scale(const Vector2f &Factor) | sf::Drawable | |
SetBlendMode(Blend::Mode Mode) | sf::Drawable | |
SetCenter(float CenterX, float CenterY) | sf::Drawable | |
SetCenter(const Vector2f &Center) | sf::Drawable | |
SetColor(const Color &Col) | sf::Drawable | |
SetFont(const Font &CharFont) | sf::String | |
SetPosition(float X, float Y) | sf::Drawable | |
SetPosition(const Vector2f &Position) | sf::Drawable | |
SetRotation(float Rotation) | sf::Drawable | |
SetScale(float ScaleX, float ScaleY) | sf::Drawable | |
SetScale(const Vector2f &Scale) | sf::Drawable | |
SetScaleX(float FactorX) | sf::Drawable | |
SetScaleY(float FactorY) | sf::Drawable | |
SetSize(float Size) | sf::String | |
SetStyle(unsigned long TextStyle) | sf::String | |
SetText(const Unicode::Text &Text) | sf::String | |
SetX(float X) | sf::Drawable | |
SetY(float Y) | sf::Drawable | |
String() | sf::String | |
String(const Unicode::Text &Text, const Font &CharFont=Font::GetDefaultFont(), float Size=30.f) | sf::String | explicit |
Style enum name | sf::String | |
TransformToGlobal(const sf::Vector2f &Point) const | sf::Drawable | |
TransformToLocal(const sf::Vector2f &Point) const | sf::Drawable | |
Underlined enum value | sf::String | |
~Drawable() | sf::Drawable | virtual |