223,257c223,257 < #define USAGE "Options: < should be a base filename, e.g., `ggmr'. (More properly, it < is an , not a .)" \ < GETOPT_USAGE \ < "baselines ,,...: define the baselines for each image row. < The baseline of the first image row is taken to be scanline , etc. < designsize : set the designsize of the font to ; default is 10.0. < dpi : resolution (required for pbm input). < encoding : read ligature and other encoding information < from `.enc'; the default is to assign successive character codes. < epsf: write the image as an Encapsulated PostScript file, instead of a < bitmap font. < help: print this message. < ifi-file : use .ifi (if ) for the IFI filename; default is < `.ifi'. < input-format : specify format of input image; must be < one of `pbm' or `img'. < nchars : only write the first (approximately) < characters to the font; default is infinity. < output-file : write to if has a suffix. < If doesn't have a suffix, then if writing strips, write to < sp.gf and to .gf if not. By default, < use for . < print-clean-info: print gray values for the bounding boxes that are < considered for cleaning. This implies `-verbose'. < print-guidelines: print the numbers of the top and bottom rows (in that < order) of each character. This implies `-verbose'. < range -: only process characters between and < , inclusive. < strips: take a constant number of scanlines as each character, < instead of using an IFI file to analyze the image. < trace-scanlines: show every scanline as we read it. < verbose: output progress reports. < version: print the version number of this program. --- > #define USAGE "Options:\ > should be a base filename, e.g., `ggmr'. (More properly, it\ > is an , not a .)"\ > GETOPT_USAGE\ > "baselines ,,...: define the baselines for each image row.\ > The baseline of the first image row is taken to be scanline , etc.\ > designsize : set the designsize of the font to ; default is 10.0.\ > dpi : resolution (required for pbm input).\ > encoding : read ligature and other encoding information\ > from `.enc'; the default is to assign successive character codes.\ > epsf: write the image as an Encapsulated PostScript file, instead of a\ > bitmap font.\ > help: print this message.\ > ifi-file : use .ifi (if suffix; otherwise use ) for the IFI filename; default is\ > `.ifi'.\ > input-format : specify format of input image; must be\ > one of `pbm' or `img'.\ > nchars : only write the first (approximately)\ > characters to the font; default is infinity.\ > output-file : write to if has a suffix.\ > If doesn't have a suffix, then if writing strips, write to\ > sp.gf and to .gf if not. By default,\ > use for .\ > print-clean-info: print gray values for the bounding boxes that are\ > considered for cleaning. This implies `-verbose'.\ > print-guidelines: print the numbers of the top and bottom rows (in that\ > order) of each character. This implies `-verbose'.\ > range -: only process characters between and\ > , inclusive.\ > strips: take a constant number of scanlines as each character,\ > instead of using an IFI file to analyze the image.\ > trace-scanlines: show every scanline as we read it.\ > verbose: output progress reports.\ > version: print the version number of this program.\