home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
GRAPHICS
/
HPGLVU10.ZIP
/
SMALFONT.PAS
< 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
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.