home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
FONTDRAW.DPR
< prev
next >
Wrap
Text File
|
1997-04-24
|
153b
|
11 lines
program Fontdraw;
uses
Forms,
Fontlist in 'FONTLIST.PAS' {Form1};
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.