Foster icon indicating copy to clipboard operation
Foster copied to clipboard

Text word wrapping

Open codecat opened this issue 1 year ago • 1 comments

I don't see an API for drawing word wrapped text. This might be something that can be easily achieved externally, but perhaps would be nice to have built-in to Foster.

codecat avatar Mar 28 '24 21:03 codecat

Yeah, this is probably something that could either be part of SpriteFont (give it a string plus width, and get a wrapped string back) or part of the Sprite Batcher (just draw the given string but wrapped to a given width)...

NoelFB avatar Mar 28 '24 22:03 NoelFB

I've implemented various methods for calculating and rendering word-wrapping inside of SpriteFont! I think it could use some improvements but the basics work!

NoelFB avatar Jun 06 '24 22:06 NoelFB