TGUI
1.6.1
|
This is the complete list of members for tgui::Text, including all inherited members.
findBestTextSize(const Font &font, float height, int fit=0) | tgui::Text | static |
findCharacterPos(std::size_t index) const | tgui::Text | |
getBackendText() const | tgui::Text | |
getCharacterSize() const | tgui::Text | |
getColor() const | tgui::Text | |
getExtraHorizontalOffset(const Font &font, unsigned int characterSize) | tgui::Text | static |
getExtraHorizontalOffset() const | tgui::Text | |
getExtraHorizontalPadding(const Font &font, unsigned int characterSize) | tgui::Text | static |
getExtraHorizontalPadding() const | tgui::Text | |
getExtraVerticalPadding(unsigned int characterSize) | tgui::Text | static |
getFont() const | tgui::Text | |
getLineHeight(const Font &font, unsigned int characterSize) | tgui::Text | static |
getLineHeight() const | tgui::Text | |
getLineWidth(const String &text, const Font &font, unsigned int characterSize, TextStyles textStyle={}) | tgui::Text | static |
getLineWidth() const | tgui::Text | |
getOpacity() const | tgui::Text | |
getOutlineColor() const | tgui::Text | |
getOutlineThickness() const | tgui::Text | |
getPosition() const | tgui::Text | |
getSize() const | tgui::Text | |
getString() const | tgui::Text | |
getStyle() const | tgui::Text | |
operator=(const Text &) (defined in tgui::Text) | tgui::Text | |
operator=(Text &&) noexcept=default (defined in tgui::Text) | tgui::Text | |
setCharacterSize(unsigned int size) | tgui::Text | |
setColor(Color color) | tgui::Text | |
setFont(const Font &font) | tgui::Text | |
setOpacity(float opacity) | tgui::Text | |
setOutlineColor(Color color) | tgui::Text | |
setOutlineThickness(float thickness) | tgui::Text | |
setPosition(Vector2f position) | tgui::Text | |
setString(const String &string) | tgui::Text | |
setStyle(TextStyles style) | tgui::Text | |
Text() | tgui::Text | |
Text(const Text &) (defined in tgui::Text) | tgui::Text | |
Text(Text &&) noexcept=default (defined in tgui::Text) | tgui::Text | |
wordWrap(float maxWidth, const String &text, const Font &font, unsigned int textSize, bool bold) | tgui::Text | static |
wordWrap(float maxWidth, const std::vector< std::vector< Blueprint > > &lines, const Font &font) | tgui::Text | static |