Copyright (C) 1989-2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.
The whitespace between an command line option and its argument is optional.
afm_file is the AFM (Adobe Font Metric) file for the font.
map_file is a file that says which groff character names map onto each PostScript character name; this file should contain a sequence of lines of the form
where ps_char is the PostScript name of the character and groff_char is the groff name of the character (as used in the groff font file). The same ps_char can occur multiple times in the file; each groff_char must occur at most once. Lines starting with # and blank lines are ignored. If the file isn't found in the current directory, it is searched in the `devps/generate' subdirectory of the default font directory.
If a PostScript character is not named as uniXXXX (XXXX are four uppercase hexadecimal digits), and is not mentioned in map_file, and a generic groff glyph name can't be deduced using the Adobe Glyph List (AGL, built into afmtodit), then afmtodit puts the PostScript character into the groff font file as an unnamed character which can only be accessed by the \N escape sequence in troff. If option -e is not specified, the encoding defined in the AFM file (i.e., entries with non-negative character codes) is used. Please refer to section `Using Symbols' in the groff info file which describes how groff glyph names are constructed.
Characters not encoded in the AFM file (i.e., entries which have -1 as the character code) are still available in groff; they get glyph index values greater than 255 (or greater than the biggest character code used in the AFM file in the unlikely case that it is greater than 255) in the groff font file. Glyph indices of unencoded characters don't have a specific order; it is best to access them with glyph names only.
The groff font file will be output to a file called font.
If there is a downloadable font file for the font, it may be listed in the file /usr/site/groff-1.19.1/share/font/devps/download; see grops(1).
If the -i option is used, afmtodit will automatically generate an italic correction, a left italic correction and a subscript correction for each character (the significance of these parameters is explained in groff_font(5)); these parameters may be specified for individual characters by adding to the afm_file lines of the form:
where ps_char is the PostScript name of the character, and n is the desired value of the corresponding parameter in thousandths of an em. These parameters are normally needed only for italic (or oblique) fonts.
The groff info file, section `Using Symbols'.