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

Show Posts

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.


Messages - Kavex

Pages: [1]
1
C / Text Wrapping after length
« on: November 26, 2014, 07:33:04 pm »
I'm trying to display text on the screen which is being pulled from a string. Of course the string is long and I'm looking to wrap it after a length or word count.

Any ideas?

sf::Text text;
text.setFont(font);
text.setCharacterSize(12);
text.setColor(sf::Color::White);
text.setPosition(20, 20);
text.setString(string);

2
Graphics / Re: sfml-graphics-2.dll missing
« on: May 03, 2014, 10:14:40 pm »
So I had this issue with visual studio 2012 but I figured out I had to put the dll in the debug folder where it compiles the .exe

Pages: [1]
anything