Standard Font Name?

BlitzMax Forums/BlitzMax Beginners Area/Standard Font Name?

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?

I'm not sure if it's what you're after, but you can use SetImageFont(Null) to set the default font.

the default font appears to be called blitzfont.bin
But yes, doing SetImageFont(null) resets to the default_font

Thx, that was exactly what I was searching for.