| TFMTODIT(1) | General Commands Manual | TFMTODIT(1) | 
NAME
tfmtodit - create font files for use with groff -TdviDESCRIPTION
tfmtodit creates a font file for use with groff -Tdvi. tfm_file is the name of the TeX font metric file for the font. map_file is a file giving the groff names for characters in the font; this file should consist of a sequence of lines of the form:
- n c1 c2 ...
- 
 def ignore_math_fit(expr left_adjustment,right_adjustment) =
 special "adjustment";
 numspecial left_adjustment*16/designsize;
 numspecial right_adjustment*16/designsize;
 enddef;
 
- 
 def ignore_math_fit(expr left_adjustment,right_adjustment) =
 ori_special "adjustment";
 ori_numspecial left_adjustment*16/designsize;
 ori_numspecial right_adjustment*16/designsize;
 enddef;
 
OPTIONS
It is possible to have whitespace between a command line option and its parameter.- -v
- Print the version number.
- -s
- The font is special. The effect of this option is to add the special command to the font file.
- -kn
- The skewchar of this font is at position n. n should be an integer; it may be given in decimal, or with a leading 0 in octal, or with a leading 0x in hexadecimal. The effect of this option is to ignore any kerns whose second component is the specified character.
- -ggf_file
- gf_file is a gf file produced by Metafont containing special and numspecial commands giving additional font metric information.
FILES
- /share/groff/1.22.1/font/devdvi/DESC
- Device description file.
- /share/groff/1.22.1/font/devdvi/F
- Font description file for font F.
SEE ALSO
groff(1), grodvi(1), groff_font(5)| 30 December 2012 | Groff Version 1.22.1 | 
