FosterFramework / Foster

A small C# game framework
MIT License
422 stars 37 forks source link

text function that supports max line width #86

Closed dacaes closed 3 months ago

dacaes commented 4 months ago

It automatically adds another line when reaches max line width. It never splits words.

Renamed a wrong color name, too.

dacaes commented 4 months ago

Justify doesn't work, checking it. Redundant text functions, I have to clean it.

dacaes commented 4 months ago

Done. New Text function supports a maximum width and works ok with the justify. @NoelFB please, consider to add it as an overload or replacing current function. If there's anything to change/fix, tell me, please.