sf::String Member List

This is the complete list of members for sf::String, including all inherited members.

Drawable(float Left=0.f, float Top=0.f, float ScaleX=1.f, float ScaleY=1.f, float Rotation=0.f, const Color &Col=Color(255, 255, 255, 255))sf::Drawable
GetBlendMode() constsf::Drawable
GetColor() constsf::Drawable
GetFont() constsf::String
GetLeft() constsf::Drawable
GetRect() constsf::String
GetRotation() constsf::Drawable
GetScaleX() constsf::Drawable
GetScaleY() constsf::Drawable
GetSize() constsf::String
GetText() constsf::String
GetTop() constsf::Drawable
GetUnicodeText() constsf::String
Move(float OffsetX, float OffsetY)sf::Drawable
PreloadFont(const std::string &Font, float Size, std::wstring Charset=L"")sf::String [static]
Render(const RenderWindow &Window) const sf::String [protected, virtual]
Rotate(float Angle)sf::Drawable
Scale(float FactorX, float FactorY)sf::Drawable
SetBlendMode(Blend::Mode Mode)sf::Drawable
SetColor(const Color &Col)sf::Drawable
SetFont(const std::string &Font)sf::String
SetLeft(float Left)sf::Drawable
SetPosition(float Left, float Top)sf::Drawable
SetRotation(float Rotation)sf::Drawable
SetRotationCenter(float X, float Y)sf::Drawable
SetScale(float ScaleX, float ScaleY)sf::Drawable
SetScaleX(float Scale)sf::Drawable
SetScaleY(float Scale)sf::Drawable
SetSize(float Size)sf::String
SetText(const std::string &Text)sf::String
SetText(const std::wstring &Text)sf::String
SetTop(float Top)sf::Drawable
String(const std::string &Text, const std::string &Font="", float Size=32.f)sf::String
String(const std::wstring &Text=L"", const std::string &Font="", float Size=32.f)sf::String
~Drawable()sf::Drawable [virtual]