home *** CD-ROM | disk | FTP | other *** search
- { LIPSFONT - modelled on Borland's FONTS.PAS}
-
- unit LipsFont;
- { This unit links the SANS BGI graphics font into a single TPU file.
- This makes it easy to incorporate the font files directly into a
- .EXE file. See Borland's GRLINK.PAS for more information.
- }
- interface
-
- procedure SansSerifFontProc;
-
- implementation
-
- procedure SansSerifFontProc; external;
- {$L SANS.OBJ }
- end.