26#ifndef TGUI_LABEL_RENDERER_HPP
27#define TGUI_LABEL_RENDERER_HPP
30#include <TGUI/Renderers/WidgetRenderer.hpp>
40 using WidgetRenderer::WidgetRenderer;
212 void setScrollbar(std::shared_ptr<RendererData> scrollbarRendererData);
Wrapper for colors.
Definition Color.hpp:63
Definition LabelRenderer.hpp:37
void setTextureBackground(const Texture &texture)
Changes the background image of the label.
TextStyles getTextStyle() const
Returns the style of the text.
float getScrollbarWidth() const
Returns the wanted width of the scrollbar.
Borders getBorders() const
Returns the size of the borders.
void setTextOutlineColor(Color outlineColor)
Changes the outline color of the text (used when TextOutlineThickness > 0)
Color getBorderColor() const
Returns the color of the borders.
Color getBackgroundColor() const
Returns the background color of the label.
float getTextOutlineThickness() const
Returns the thickness of the text outline.
Padding getPadding() const
Returns the size of the padding.
const Texture & getTextureBackground() const
Returns the background image of the label.
void setScrollbarWidth(float scrollbarWidth)
Sets the wanted width of the scrollbar.
Color getTextColor() const
Returns the color of the text.
void setBorderColor(Color color)
Changes the color of the borders.
void setBackgroundColor(Color color)
Changes the background color of the label.
void setScrollbar(std::shared_ptr< RendererData > scrollbarRendererData)
Sets the renderer data of the scrollbars.
Color getTextOutlineColor() const
Returns the outline color of the text (used when TextOutlineThickness > 0)
void setTextColor(Color color)
Changes the color of the text.
void setTextStyle(TextStyles style)
Changes the style of the text.
std::shared_ptr< RendererData > getScrollbar() const
Returns the renderer data of the scrollbars.
void setTextOutlineThickness(float outlineThickness)
Changes the thickness of the text outline (0 by default, which means there is no outline).
void setBorders(const Borders &borders)
Changes the size of the borders.
void setPadding(const Padding &padding)
Changes the size of the padding.
Definition Outline.hpp:39
Wrapper for text styles.
Definition TextStyle.hpp:58
Definition Texture.hpp:49
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36