Would I be correct in thinking that a lot of sprite fonts would use up a lot of memory? Say that I had 10 lines of text, if I used sprite fonts, would EACH of them require a copy of the graphical font?
you can reuse the same spritefont object
Develop games in your browser. Powerful, performant & highly capable.
Say that I had 10 lines of text, if I used sprite fonts, would EACH of them require a copy of the graphical font?
No, they all render from the same source texture that is loaded once.