|
| Style ()=default |
| constructor
|
|
float | line_width () const noexcept |
| get the current line width
|
|
float | font_size () const noexcept |
| get the current font size
|
|
RGBA | color () const noexcept |
| get the current colour
|
|
std::string | font () const noexcept |
| get the current font
|
|
Style & | line_width (float lineWidth) noexcept |
| set the new line width
|
|
Style & | font_size (float fontSize) noexcept |
| set the new font size
|
|
Style & | color (RGBA color) noexcept |
| set the new color
|
|
Style & | font (std::string font) noexcept |
| set the new font
|
|
The documentation for this class was generated from the following files: