What is it?
Download
FAQs
Docs
Main Page
Modules
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
cpp3ds
Text
cpp3ds::Text Member List
This is the complete list of members for
cpp3ds::Text
, including all inherited members.
Bold
enum value
cpp3ds::Text
findCharacterPos
(std::size_t index) const
cpp3ds::Text
getCharacterSize
() const
cpp3ds::Text
getColor
() const
cpp3ds::Text
getFont
() const
cpp3ds::Text
getGlobalBounds
() const
cpp3ds::Text
getInverseTransform
() const
cpp3ds::Transformable
getLocalBounds
() const
cpp3ds::Text
getOrigin
() const
cpp3ds::Transformable
getPosition
() const
cpp3ds::Transformable
getRotation
() const
cpp3ds::Transformable
getScale
() const
cpp3ds::Transformable
getString
() const
cpp3ds::Text
getStyle
() const
cpp3ds::Text
getTransform
() const
cpp3ds::Transformable
Italic
enum value
cpp3ds::Text
move
(float offsetX, float offsetY)
cpp3ds::Transformable
move
(const Vector2f &offset)
cpp3ds::Transformable
Regular
enum value
cpp3ds::Text
rotate
(float angle)
cpp3ds::Transformable
scale
(float factorX, float factorY)
cpp3ds::Transformable
scale
(const Vector2f &factor)
cpp3ds::Transformable
setCharacterSize
(unsigned int size)
cpp3ds::Text
setColor
(const Color &color)
cpp3ds::Text
setFont
(const Font &font)
cpp3ds::Text
setOrigin
(float x, float y)
cpp3ds::Transformable
setOrigin
(const Vector2f &origin)
cpp3ds::Transformable
setPosition
(float x, float y) (defined in
cpp3ds::Text
)
cpp3ds::Text
setPosition
(const Vector2f &position) (defined in
cpp3ds::Text
)
cpp3ds::Text
setRotation
(float angle)
cpp3ds::Transformable
setScale
(float factorX, float factorY)
cpp3ds::Transformable
setScale
(const Vector2f &factors)
cpp3ds::Transformable
setString
(const String &string)
cpp3ds::Text
setStyle
(Uint32 style)
cpp3ds::Text
Style
enum name
cpp3ds::Text
Text
()
cpp3ds::Text
Text
(const String &string, const Font &font, unsigned int characterSize=30)
cpp3ds::Text
Transformable
()
cpp3ds::Transformable
Underlined
enum value
cpp3ds::Text
~Drawable
()
cpp3ds::Drawable
inline
virtual
~Transformable
()
cpp3ds::Transformable
virtual