|
GameKit
0.0.1a
C++ gamedev tools
|
This is the complete list of members for gk::Text, including all inherited members.
| Bold enum value | gk::Text | |
| draw(RenderTarget &target, RenderStates states) const override | gk::Text | privatevirtual |
| getLocalBounds() | gk::Text | |
| getOrigin() const | gk::Transformable | inline |
| getPosition() const | gk::Transformable | inline |
| getRotation() const | gk::Transformable | inline |
| getScale() const | gk::Transformable | inline |
| getTransform() const | gk::Transformable | |
| Italic enum value | gk::Text | |
| m_characterSize | gk::Text | private |
| m_color | gk::Text | private |
| m_font | gk::Text | private |
| m_image | gk::Text | mutableprivate |
| m_isCentered | gk::Text | private |
| m_isScaled | gk::Text | private |
| m_isUpdateNeeded | gk::Text | mutableprivate |
| m_isWrapped | gk::Text | private |
| m_size | gk::Text | private |
| m_style | gk::Text | private |
| m_text | gk::Text | private |
| m_texture | gk::Text | mutableprivate |
| move(float offsetX, float offsetY, float offsetZ=0) | gk::Transformable | |
| move(const Vector3f &offset) | gk::Transformable | |
| Normal enum value | gk::Text | |
| rotate(float angle) | gk::Transformable | |
| rotate(float angle, const Vector3f &axis) | gk::Transformable | |
| scale(float factorX, float factorY, float factorZ=1) | gk::Transformable | |
| scale(const Vector3f &factor) | gk::Transformable | |
| setCentered(bool isCentered) | gk::Text | inline |
| setCharacterSize(int size) | gk::Text | inline |
| setColor(const Color &color) | gk::Text | inline |
| setFont(const Font &font) | gk::Text | inline |
| setFont(const std::string &resourceName) | gk::Text | |
| setOrigin(float x, float y, float z=0) | gk::Transformable | |
| setOrigin(const Vector3f &origin) | gk::Transformable | inline |
| setPosition(float x, float y, float z=0) | gk::Transformable | |
| setPosition(const Vector3f &position) | gk::Transformable | inline |
| setRotation(float angle) | gk::Transformable | inline |
| setRotation(float angle, const Vector3f &axis) | gk::Transformable | |
| setScale(float factorX, float factorY, float factorZ=1) | gk::Transformable | |
| setScale(const Vector3f &factors) | gk::Transformable | inline |
| setScaled(bool isScaled) | gk::Text | inline |
| setSize(const gk::Vector2i &size) | gk::Text | inline |
| setStyle(Style style) | gk::Text | inline |
| setText(const std::string &text) | gk::Text | inline |
| setWrapped(bool isWrapped) | gk::Text | inline |
| Strikethrough enum value | gk::Text | |
| Style enum name | gk::Text | |
| text() const | gk::Text | inline |
| Text()=default | gk::Text | |
| Text(const std::string &fontResourceName, int ptsize) | gk::Text | |
| Text(const std::string &text, const std::string &fontResourceName, int ptsize) | gk::Text | |
| Text(const std::string &text, const Font &font, int ptsize) | gk::Text | |
| Underline enum value | gk::Text | |
| update() const | gk::Text | private |
| ~IDrawable()=default | gk::IDrawable | virtual |
| ~Transformable()=default | gk::Transformable | virtual |
1.8.12