Standard Font Name?

BlitzMax Forums/BlitzMax Beginners Area/Standard Font Name?

klepto2(Posted 2005) [#1]
I need the Name of the standard Font which uses Drawtext if no special Font is loaded previously.

I know you can get the Font by using 'GetImageFont' but this useless if you have loaded a different Font before.
like if you want to use it in a Module or so.

Can someone help me with this Question?


Yan(Posted 2005) [#2]
I'm not sure if it's what you're after, but you can use SetImageFont(Null) to set the default font.


Perturbatio(Posted 2005) [#3]
the default font appears to be called blitzfont.bin
But yes, doing SetImageFont(null) resets to the default_font


klepto2(Posted 2005) [#4]
Thx, that was exactly what I was searching for.