SFML community forums

General => Feature requests => Topic started by: natchos on September 04, 2012, 09:08:34 am

Title: sf::Text constructor
Post by: natchos on September 04, 2012, 09:08:34 am
I was just wondering whether it was possible to get a sf::Text constructor which does not require a string upon creation, or could you perhaps have the sf::string& string, changed to a default empty parameter(so that it would be the programmers choice if he want's to initialize a sf::text object with a string).
Title: Re: sf::Text constructor
Post by: eXpl0it3r on September 04, 2012, 09:17:34 am
There is such a constructor, mainly the default constructor. ;)