TGUI
0.8.9
|
This is the complete list of members for tgui::Text, including all inherited members.
calculateExtraVerticalSpace(Font font, unsigned int characterSize, TextStyle style={}) | tgui::Text | static |
draw(sf::RenderTarget &target, sf::RenderStates states) const | tgui::Text | |
findBestTextSize(Font font, float height, int fit=0) | tgui::Text | static |
findCharacterPos(std::size_t index) const | tgui::Text | |
getCharacterSize() const | tgui::Text | |
getColor() const | tgui::Text | |
getExtraHorizontalOffset(Font font, unsigned int characterSize, TextStyle textStyle={}) | tgui::Text | static |
getExtraHorizontalOffset() const | tgui::Text | |
getExtraHorizontalPadding(const Text &text) | tgui::Text | static |
getExtraHorizontalPadding(Font font, unsigned int characterSize, TextStyle textStyle={}) | tgui::Text | static |
getExtraHorizontalPadding() const | tgui::Text | |
getExtraVerticalPadding(unsigned int characterSize) | tgui::Text | static |
getFont() const | tgui::Text | |
getLineHeight(const Text &text) | tgui::Text | static |
getLineHeight(Font font, unsigned int characterSize, TextStyle textStyle={}) | tgui::Text | static |
getLineHeight() const | tgui::Text | |
getLineWidth(const Text &text) | tgui::Text | static |
getLineWidth(const sf::String &text, Font font, unsigned int characterSize, TextStyle textStyle={}) | tgui::Text | static |
getLineWidth() const | tgui::Text | |
getOpacity() const | tgui::Text | |
getOutlineColor() const | tgui::Text | |
getOutlineThickness() const | tgui::Text | |
getSize() const | tgui::Text | |
getString() const | tgui::Text | |
getStyle() const | tgui::Text | |
setCharacterSize(unsigned int size) | tgui::Text | |
setColor(Color color) | tgui::Text | |
setFont(Font font) | tgui::Text | |
setOpacity(float opacity) | tgui::Text | |
setOutlineColor(Color color) | tgui::Text | |
setOutlineThickness(float thickness) | tgui::Text | |
setString(const sf::String &string) | tgui::Text | |
setStyle(TextStyle style) | tgui::Text | |
wordWrap(float maxWidth, const sf::String &text, Font font, unsigned int textSize, bool bold, bool dropLeadingSpace=true) | tgui::Text | static |