home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SIMPWN93.ZIP / SIMPWIN.ZIP / LOADFONT.TXT < prev    next >
Text File  |  1997-04-28  |  284b  |  12 lines

  1.    
  2.    Lfsw92.exe uses the file name of the font file you are loading as
  3. a parameter. use system and call lfsw91 font.fnt(or file name) to load
  4. fonts in the program.
  5.  
  6.    Example:
  7.  
  8.         system("lfsw92 medieval.fnt");
  9.  
  10.    This will load the medieval font and display it.
  11.  
  12.