Gamedev Framework (gf)  0.5.0
A C++11 framework for 2D games
gf::Text Member List

This is the complete list of members for gf::Text, including all inherited members.

commitGeometry() constgf::Text
commitOutlineGeometry() constgf::Text
draw(RenderTarget &target, RenderStates states) overridegf::Textvirtual
getAlignment() constgf::Textinline
getCharacterSize() constgf::Textinline
getColor() constgf::Textinline
getFont() constgf::Textinline
getInverseTransform() constgf::Transformable
getLocalBounds() constgf::Textinline
getOrigin() constgf::Transformableinline
getOutlineColor() constgf::Textinline
getOutlineThickness()gf::Textinline
getParagraphWidth() constgf::Textinline
getPosition() constgf::Transformableinline
getRotation() constgf::Transformableinline
getScale() constgf::Transformableinline
getString() constgf::Textinline
getTransform() constgf::Transformable
move(Vector2f offset)gf::Transformable
rotate(float angle)gf::Transformable
scale(Vector2f factors)gf::Transformable
scale(float factor)gf::Transformableinline
setAlignment(Alignment align)gf::Text
setAnchor(Anchor anchor)gf::Text
setCharacterSize(unsigned characterSize)gf::Text
setColor(const Color4f &color)gf::Text
setFont(Font &font)gf::Text
setOrigin(Vector2f origin)gf::Transformable
setOriginFromAnchorAndBounds(Anchor anchor, const RectF &bounds)gf::Transformableprotected
setOutlineColor(const Color4f &color)gf::Text
setOutlineThickness(float thickness)gf::Text
setParagraphWidth(float paragraphWidth)gf::Text
setPosition(Vector2f position)gf::Transformable
setRotation(float angle)gf::Transformable
setScale(Vector2f factors)gf::Transformable
setScale(float factor)gf::Transformableinline
setString(std::string string)gf::Text
Text()gf::Text
Text(std::string string, Font &font, unsigned characterSize=30)gf::Text
Transformable()gf::Transformable
~Drawable()gf::Drawablevirtual