   
   Lfsw92.exe uses the file name of the font file you are loading as
a parameter. use system and call lfsw91 font.fnt(or file name) to load
fonts in the program.

   Example:

        system("lfsw92 medieval.fnt");

   This will load the medieval font and display it.

