The PFB file contains the outline and hinting data for the font.
The AFM file contains the metrics (spacing and kerning) data, in a
plain text format.
The PFM file contains the same metrics in PostScript language.
The INF is a small naming file.
The PFB, AFM and INF files are necessary for installing the font on
your system, using Adobe Type Manager. ATM installs the font by
copying the PFB file to your psfonts directory, and by generating a
PFM from the AFM, and placing it in a psfonts/pfm subdirectory. ATM
also makes reference to the INF file in this process.
If a PFM file is also included in the installation source directory
(e.g. a floppy), ATM will ignore the AFM file and will directly copy
the existing PFM to the psfonts/pfm subdirectory.
So, in order to install fonts on your system you need either:
PFB, AFM & INF files
or
PFB & PFM files
This is why service bureaux require only the latter. For your
purposes, it is better to keep the AFM files (at least on floppy) as
you can use them to edit metrics -- adding kerning pairs, for example.
John Hudson, Type Director
Tiro TypeWorks
Vancouver, BC
ti...@portal.ca
http://www.portal.ca/~tiro
-----
YOU DON'T NEED THE EXTRA FONTS IF YOU ARE RUNNING UNDER WINDOWS!!!
The .INF file is only for installation in the absence of a .PFM file.
The .AFM file is for some older DOS (not Windows) programs, like Microsoft
Word versions 5 and below.
The .AFM file is also useful for creating a .PFM file from.
.AFM stands for ASCII Font Metrics, and is a readable text file.
.PFB is a PostScript Font Binary file - the actual font.
.PFM is the Printer Font Metrics file that Windows uses.
>INF is an Information file for font names when generating .PFM files from
.AFM files.