Search code examples
xnatext-rendering

XNA drawing text on screen


Is there a way to draw a long text on the screen using SpriteBatch.DrawString? I mean inserts new lines when comes to the end of the screen.


Solution

  • I'd suggest looking at XNAwiki - TextRendering.