SFML community forums

Help => Graphics => Topic started by: lrx on August 04, 2012, 09:15:11 pm

Title: sf::Text in VS2012RC
Post by: lrx on August 04, 2012, 09:15:11 pm
Hello
I believe I've found bug, either in sfml or vs. Regardless following statement from documentation is no longer true.
Quote
Note that you don't need to load a font to draw text, SFML comes with a built-in font that is implicitely used by default.
Is no longer true, and to display any text you indeed have to load font first.

VS 2012 RC
SFML2 RC built for above
Title: Re: sf::Text in VS2012RC
Post by: eXpl0it3r on August 04, 2012, 09:23:06 pm
You've probably missed this thread (http://en.sfml-dev.org/forums/index.php?topic=8752.0). ;)
The documentation on this website isn't always uptodate with the newest commit.
Title: Re: sf::Text in VS2012RC
Post by: lrx on August 04, 2012, 09:28:15 pm
I need to start using search before posting :( guess my previous build of SFML used for vs10 wasn't up to date
Title: Re: sf::Text in VS2012RC
Post by: eXpl0it3r on August 04, 2012, 09:36:42 pm
guess my previous build of SFML used for vs10 wasn't up to date
If you already have to use your own font then your probably already uptodate. ;)
Title: Re: sf::Text in VS2012RC
Post by: lrx on August 04, 2012, 10:08:27 pm
No I mean the one that I was using before today, since I had to get new dlls for new VS I just recompiled it