Learn
Download
Community
Development
Home
»
Learn
»
2.3.2 Documentation
»
Member List
Français
Donate
Documentation of SFML 2.3.2
Warning:
this page refers to an old version of SFML. Click here to switch to the latest version.
Main Page
Related Pages
Modules
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
sf
Text
sf::Text Member List
This is the complete list of members for
sf::Text
, including all inherited members.
Bold
enum value
sf::Text
findCharacterPos
(std::size_t index) const
sf::Text
getCharacterSize
() const
sf::Text
getColor
() const
sf::Text
getFont
() const
sf::Text
getGlobalBounds
() const
sf::Text
getInverseTransform
() const
sf::Transformable
getLocalBounds
() const
sf::Text
getOrigin
() const
sf::Transformable
getPosition
() const
sf::Transformable
getRotation
() const
sf::Transformable
getScale
() const
sf::Transformable
getString
() const
sf::Text
getStyle
() const
sf::Text
getTransform
() const
sf::Transformable
Italic
enum value
sf::Text
move
(float offsetX, float offsetY)
sf::Transformable
move
(const Vector2f &offset)
sf::Transformable
Regular
enum value
sf::Text
rotate
(float angle)
sf::Transformable
scale
(float factorX, float factorY)
sf::Transformable
scale
(const Vector2f &factor)
sf::Transformable
setCharacterSize
(unsigned int size)
sf::Text
setColor
(const Color &color)
sf::Text
setFont
(const Font &font)
sf::Text
setOrigin
(float x, float y)
sf::Transformable
setOrigin
(const Vector2f &origin)
sf::Transformable
setPosition
(float x, float y)
sf::Transformable
setPosition
(const Vector2f &position)
sf::Transformable
setRotation
(float angle)
sf::Transformable
setScale
(float factorX, float factorY)
sf::Transformable
setScale
(const Vector2f &factors)
sf::Transformable
setString
(const String &string)
sf::Text
setStyle
(Uint32 style)
sf::Text
StrikeThrough
enum value
sf::Text
Style
enum name
sf::Text
Text
()
sf::Text
Text
(const String &string, const Font &font, unsigned int characterSize=30)
sf::Text
Transformable
()
sf::Transformable
Underlined
enum value
sf::Text
~Drawable
()
sf::Drawable
inline
virtual
~Transformable
()
sf::Transformable
virtual