User Guide
of a CFG file, we decided to show you how to make one,
rather than generate a dummy file every time you generate
fonts.
If you were to create a CFG file for the Nova family, it
would look like the following example. [We have included
comments to help explain things.]
If you must install fonts into WordPerfect DOS and the like,
then use this as a model for writing your CFG. All lines
preceded by “#” are comments and do not need to be in the
actual file. When you are finally ready to run the Installer
program, copy the PFB, PFM, INF, AFM, and the CFG files
to their own disk.
# Installer Configuration File
# Contains package specific information used
# by the install program.
DISKSIZE 713
# size in kbytes of floppy disk used
FILE INSTALL.CFG 1
# the CFG file must be named “install.cfg”
FILE README 1
# It looks for a Readme file to install
# Font entry fields:
# Fontname - PostScript name of the typeface
# Filename - 5 character PC filename base
# Number of the disk this filetype sits on or
# zero if not present.
# One entry for each filetype PFB, INF, CTF,
# PFM, ABF, and AFM.
FONT Nova-Normal NON_1 1 0 1 0 1
FONT Nova-Oblique NOO_1 1 0 1 0 1
FONT Nova-Bold NOB_1 1 0 1 0 1
FONT Nova-BoldOblique NOBO_1 1 0 1 0 1
DISKNAME 1 ‘Font Disk’
Fontographer User's Manual
7: Generating and Exporting Fonts Page #17