Hi, is there any way to get the width of an sf::String like in a sf::Sprite (sf::Sprite::GetSize().x).
I'm trying to create a window with "x" width and "x" would have the width of the sf::String.
Is this possible or I have to configure this manually?
Font size will be always 20.
Thanks in advance