Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!decvax!decwrl!ucbvax!UTAH-CS.ARPA!peterson From: peterson@UTAH-CS.ARPA.UUCP Newsgroups: mod.computers.apollo Subject: Re: vfont -> apollo font conversion utility Message-ID: <8606060517.AA21631@utah-cs.ARPA> Date: Fri, 6-Jun-86 01:17:03 EDT Article-I.D.: utah-cs.8606060517.AA21631 Posted: Fri Jun 6 01:17:03 1986 Date-Received: Fri, 6-Jun-86 20:20:01 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 Approved: apollo@yale-comix.arpa 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