home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / FONTDRAW.DPR < prev    next >
Text File  |  1996-05-08  |  153b  |  11 lines

  1. program Fontdraw;
  2.  
  3. uses
  4.   Forms,
  5.   Fontlist in 'FONTLIST.PAS' {Form1};
  6.  
  7. begin
  8.   Application.CreateForm(TForm1, Form1);
  9.   Application.Run;
  10. end.
  11.