{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.
