{*************************************************}
{**   Copyright 1991  Phil Mosier               **}
{*************************************************}

Unit ESPFONT;

{*************************************************}
{*  Unit to accompany ESPTEST.PAS.  This unit   **}
{*  links the CHR font file into a TPU.         **}
{*************************************************}

Interface

Procedure TRIPLEXFONTPROC;
Procedure SMALLFONTPROC;

Implementation

Procedure TRIPLEXFONTPROC; External;
{$L TRIP.OBJ }

Procedure SMALLFONTPROC; External;
{$L LITT.OBJ }

End.


