home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 8
/
CDACTUAL8.iso
/
progs
/
delphi
/
install
/
data.z
/
FONTDRAW.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-12
|
153 b
|
11 lines
program Fontdraw;
uses
Forms,
Fontlist in 'FONTLIST.PAS' {Form1};
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.