1
General / Re: SFML 2.2 Static linking
« on: December 24, 2014, 03:56:21 am »
Thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
If you want the maximum height independent of the actual text string it should be same as getCharacterSize/setCharacterSize.
If you want the height of an sf::Text Object simply call sf::Text::getLocalBounds().height.
No. It will be up to the base line.
If you want the height of an sf::Text Object simply call sf::Text::getLocalBounds().height.
Instead of transparent white have you tried using transparent black?
renderTexture.clear(sf::Color(0, 0, 0, 0));
Well I have one other guess: try setSmooth with true and false.
If that doesn't work we'll have to hope someone smarter than me shows up.