Store options for drawing text.
More...
#include <DrawOptions.h>
|
| sf::Vector2f | position = {} |
| | Text position.
|
| sf::Color | color = sf::Color::White |
| | Text color.
|
| uint32_t | size = 16u |
| | Font size.
|
Store options for drawing text.
◆ TextDrawOptions() [1/2]
| sgui::TextDrawOptions::TextDrawOptions |
( |
| ) |
|
|
default |
◆ TextDrawOptions() [2/2]
| sgui::TextDrawOptions::TextDrawOptions |
( |
const sf::Vector2f & | p, |
|
|
const sf::Color & | c, |
|
|
uint32_t | s ) |
|
inline |
◆ color
| sf::Color sgui::TextDrawOptions::color = sf::Color::White |
◆ position
| sf::Vector2f sgui::TextDrawOptions::position = {} |
◆ size
| uint32_t sgui::TextDrawOptions::size = 16u |
The documentation for this struct was generated from the following file: