46 float m_line_width{3.f};
49 float m_font_size{18.f};
52 RGBA m_color{RGBA::black};
55 std::string m_font{
"Roboto"};
71 std::string
font()
const noexcept;
Style()=default
constructor
std::string font() const noexcept
get the current font
Definition: Style.cpp:44
RGBA color() const noexcept
get the current colour
Definition: Style.cpp:42
float font_size() const noexcept
get the current font size
Definition: Style.cpp:40
float line_width() const noexcept
get the current line width
Definition: Style.cpp:38
Colour class with red, green, blue and alpha in range 0 to 255.
Definition: Colors.hpp:48
Definition: Backend.cpp:39