Another way to load font is to use the !h_loadAllFont! function. It search in the Ti every FONT variable and store the !h_Font! structures in a table. Then when you want a specific font, you just have to use !h_findFont! which return the index of the table of the font you want.
The table is described by the folowing structure:
By this way too, you have to unload every FONT by using the macro !h_unloadAllFont(fonttab)!.