summaryrefslogtreecommitdiff
path: root/fondu.c
AgeCommit message (Collapse)AuthorFilesLines
2017-06-28POSIX compliant resource fork access.Mats Behre1-2/+2
2017-06-28Fix shadows and missing arguments.Simon Ruderich1-9/+9
2005-10-10Someone sent me this patch.George Williams1-2/+2
2005-08-25Don't use FSSpec type any more (except when in compatibility mode).George Williams1-6/+4
2004-12-23Neil Parker points out that some FOND resources contain stringoffsets which ↵George Williams1-3/+4
point to string 0. But there is no string 0. This must mean a non-existant style. We used to crash on this.
2004-09-23A routine returned a random value on error (instead of 0) so we usually ↵George Williams1-1/+1
failed to report if a file couldn't be parsed.
2004-05-28Real support for afm output.George Williams1-137/+358
Ability to find a post resource file given the FOND. A couple of extra options to fondu.
2003-04-29Was outputting byte counts with the wrong endian-ness.George Williams1-6/+6
2003-01-22Change copyrights.George Williams1-4/+4
2002-12-24fondu used to crash when generating afm files.George Williams1-2/+5
2002-12-22I wasn't generating macbinary files properlyGeorge Williams1-2/+3
* Didn't notice that the sections had to be padded out to 128 bytes. * Got the crc wrong. I'm fed up with the fact that I can't find something that will generate a macbinary file so I wrote such a utility.
2002-10-25fondu can now extract a bare ttf/otf file from a binhex/macbinary wrapper. ↵George Williams1-5/+60
(ie. one that is not in a resource).
2002-06-21Oops. We did not look for apple names in sfnt resources. Most likely case. SoGeorge Williams1-8/+19
all too often ttf files would be called "Untitled-n".ttf
2002-03-01fondu will now read mac resource forks on mac OS/XGeorge Williams1-1/+43
2002-02-09Better understanding of mac resourcesGeorge Williams1-1/+1
2001-12-05First version of ufondGeorge Williams1-3/+17
Fixes to fondu First version of showfond
2001-11-12small fixesGeorge Williams1-3/+13
2001-11-07Initial revisionGeorge Williams1-0/+884