For the most part, I'm happy with the default font. However I do want one the bits of text I'm putting on the screen to be larger so I'm using LoadFont and SetFont to faciliate that.
I assume inorder to reset the font back to it's original style/size for the other pieces of text I have to LoadFont and SetFont again. What is the usual font? I need the name and size for it I think.
Thanks for any help!
EDIT: If it helps clarify, right now I'm only loading the fonts when the player clicks "New Game" on my menu. The goal was to not have to load fonts 60 times a second. I'm also not interested in making a bitmap font at the moment, even if I do later embrace that. This whole project is based on my need to simplify things in order to just see if I can get somthing done.
I assume inorder to reset the font back to it's original style/size for the other pieces of text I have to LoadFont and SetFont again. What is the usual font? I need the name and size for it I think.
Thanks for any help!
EDIT: If it helps clarify, right now I'm only loading the fonts when the player clicks "New Game" on my menu. The goal was to not have to load fonts 60 times a second. I'm also not interested in making a bitmap font at the moment, even if I do later embrace that. This whole project is based on my need to simplify things in order to just see if I can get somthing done.