Hello,
First post here so I should start by saying a great thank you to the creators of this pretty neat library. I 've been toying with in since a few months and it's been easy to learn and use and anything I 'd like to do I pretty much always find there's a tool for it.
On to my question then; I seem to have got two different builds of sfml2 (both 32-bit vs2010), with a slight difference in the sf::Text constructor;
explicit Text(const String& string, const Font& font = Font::getDefaultFont(), unsigned int characterSize = 30);
vs
explicit Text(const String& string, const Font& font, unsigned int characterSize = 30);
ie the second one doesn't provide a default font. Is the second piece the newer version or have I got that wrong? If it is, may I ask the reason for this change? Thanks.