Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sf::Text in VS2012RC  (Read 1687 times)

0 Members and 1 Guest are viewing this topic.

lrx

  • Newbie
  • *
  • Posts: 29
    • View Profile
sf::Text in VS2012RC
« 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

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11032
    • View Profile
    • development blog
    • Email
Re: sf::Text in VS2012RC
« Reply #1 on: August 04, 2012, 09:23:06 pm »
You've probably missed this thread. ;)
The documentation on this website isn't always uptodate with the newest commit.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lrx

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: sf::Text in VS2012RC
« Reply #2 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

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11032
    • View Profile
    • development blog
    • Email
Re: sf::Text in VS2012RC
« Reply #3 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. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lrx

  • Newbie
  • *
  • Posts: 29
    • View Profile
Re: sf::Text in VS2012RC
« Reply #4 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