Before using a font, you have to load the font. In fact, it simply search the FONT variable, gets its handle, locks it, and fills the !h_Font! structure.
So, because it locks the handle, you have to unload a font before leaving your software: use the macro !h_unloadFont(font)! to do it.