peterson@UTAH-CS.ARPA.UUCP (06/06/86)
While trying to convert some larger fonts I discovered cvtfont wasn't
saving the whole file in some cases. To fix it, look in the procedure
convert_characters, and add the lines:
ms_$truncate( ap_font_info, image_offset + image_size, status );
check('Truncating apollo font file %$');
before the call to ms_$unmap (near the end).
jp