home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / FONTDRAW.DPR < prev    next >
Text File  |  1997-04-24  |  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.