home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Demos
/
Ownerlst
/
FONTDRAW.DPR
next >
Wrap
Text File
|
1999-08-11
|
167b
|
13 lines
program Fontdraw;
uses
Forms,
Fontlist in 'FONTLIST.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.