Changelog * 1-Jan-2006 + Han-Wen Nienhuys provided a patch to fold the mac build into the configured makefile & handle separate source & build directories * 10-Oct-2005 + Someone pointed out a couple of errors in the res2data program (which copies the resource fork of a mac file into a data fork). + Ages ago someone sent me another patch which I only just noticed. And applied. * 25-Aug-2005 + Tigger says calls involving the FSSpec datatype are (mostly) depreciated so, don't use them. * 22-Dec-2004 + Neil Parker provided a patch for a crash from an unspecified string format in the FOND postscript names table. * 25-Sept-2004 + Fondu would crash if given a type1 font where the /CharStrings dictionary was initialized as a bigger dictionary than was needed. * 22-Sept-2004 + Fondu failed to generate a proper error message (usually failed) when it could not find a resource fork. * 19-Aug-2004 + Fixed a bug in reading mac binary on mac * 27-May-2004 + Fondu now generates real afm files + Added a few more arguments to fondu * 03-Feb-2004 + created lumper + showfond now dumps out the name of 'sfnt's * 04-Nov-2003 + ufond had a very simplistic bdf parser, which failed to read many bdf files. * 28-Apr-2003 + Oops. Was outputting pfb section byte counts with the wrong endian-ness. * 22-Jan-2003 + ufond had problems with FONDS containing multiple styles and multiple point sizes * 23-Dec-2002 + Fondu could crash when generating an afm file. * 21-Dec-2002 + I was generating bad macbinary files o I hadn't noticed that the various file sections need to be padded out to a multiple of 128 bytes. # This meant I sometimes read macbinary files incorrectly too o I got the CRC calculations wrong. + I got sick and tired of the fact that I can't find any open source programs that create macbinary files. So I wrote my own-- [39]tobin. * 26-Oct-2002 + Changed fondu so it can extract a bare ttf/otf file (ie one that isn't in a resource file) from a binhex or macbinary wrapper. It's easy, and ttf files are now accepted on macs, so someone might binhex one out of caution. * 23-Oct-2002 + dfont2res would produce invalid macbinary files on some dfonts. * 17-Oct-2002 + Added an empty glyph-encoding sub-table for FONDs produced by ufond * 22-June-2002 + added a configure script * 20-June-2002 + Oops. When Fondu was looking for the name of an 'sfnt' (ttf) resource, it was not looking for an apple macroman name. The most likely case. I should do so now. * 25-Apr-2002 + Added some patches from Grigory Entin o clean option in makefile didn't clean everything o showfond didn't work as well as it might with long filenames o bug when reading NFNTs in a file with multiple NFNT resources * 28-Feb-2002 + On Mac OS/X it is now possible to open an old-style resource file directly. * 5-Feb-2002 + Added the dfont2res program. + Many bug fixes