Page 1 Part I:User CommandsPage 2 IntroductionThis section introduces and describes user commands. AUTHORS Look at the header of the manual page for the author(s) and copyright conditions. Note that these can be different from page to page. addftinfoaddftinfoAdd information to troff font files for use with groff SYNOPSISaddftinfo [ _paramvalue... ] res unitwidth font DESCRIPTION addftinfo reads a troff font file and adds some additional font-metric information that is used by the groff system. The font file with the information added is written on the standard output. The information added is guessed using some parametric information about the font and assumptions about the traditional troff names for characters. The main information added is the heights and depths of characters. The res and unitwidth arguments should be the same as the corresponding parameters in the DESC file; font is the name of the file describing the font; if font ends with I, the font will be assumed to be italic. OPTIONS Each of the f options changes one of the parameters that is used to derive the heights and depths. Like the existing quantities in the font file, each value is in inches/res for a font whose point size is unitwidth. param must be one of the following:
addftinfo makes no attempt to use the specified parameters to guess the unspecified parameters. If a parameter is not specified, the default will be used. The defaults are chosen to have the reasonable values for a Times font. SEE ALSO font(5) groff_font(5), groff(1), groff_char(7) Groff Version 1.09, 6 August 1992 afmtoditafmtoditCreate font files for use with groff _Tps SYNOPSIS afmtodit [ _ns ][_ddesc_file ][_eenc_file ][_in ][_an ] afm_file map_file font Page 3 DESCRIPTION afmtodit creates a font file for use with groff and grops. afmtodit is written in Perl; you must have Perl version 3 installed in order to run afmtodit. 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: ps_char groff_char 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. font is the groff name of the font. If a PostScript character is in the encoding to be used for the font but is not mentioned in map_file, then afmtodit will put it in the groff font file as an unnamed character, which can be accessed by the \N escape sequence in troff. 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/lib/groff/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: italicCorrectionps charn leftItalicCorrectionps charn subscriptCorrectionps charn 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. OPTIONS
FILES
|