home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
GRAPHICS
/
MISC
/
HPGLVU10.ZIP
/
SMALFONT.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1991-04-18
|
258 b
|
16 lines
{A unit to register just SMALFONT with the BGI Driver for HPGLVIEW
Derived from FONTS.PAS, thanks to BORLAND Inc.
}
unit SMALFONT;
interface
procedure SmallFontProc;
implementation
procedure SmallFontProc; external;
{$L LITT.OBJ }
end.