[SDL.net] Multiline TextSprite ?

Started by
-1 comments, last by PsY4 15 years, 10 months ago
Hi all, I just wanna know how i can create ( and display ) a multiline TextSprite in SDL.net with C# ? Actualy i'm always using the same syntax for all my texts:

string Message = "Hello world";
TextSprite tsMessage = new TextSprite(Message, new Font("fonts\\beneg.ttf", 20), Color.White);
... but i've tried a lot a things to display multiline strings, but i can't get it working.... Just a short advice plz :p

This topic is closed to new replies.

Advertisement