1XTOTROFF(1) General Commands Manual XTOTROFF(1)
2
3
4
6 xtotroff - convert X font metrics into GNU troff font metrics
7
9 xtotroff [ -rresolution ] [ -spoint-size ] [ -v ] FontMap
10
12 xtotroff takes a FontMap, which maps groff fonts to X11 fonts, creates
13 GNU troff metric files for all fonts listed. Each line in FontMap con‐
14 sists of GNU troff font name and an X font name (XLFD) pattern, sepa‐
15 rated by whitespace. Example:
16
17 TB -adobe-times-bold-r-normal--*-*-*-*-p-*-iso8859-1
18
19 The wildcards in the patterns are filled with the arguments to the -r
20 and -s switches. If a font name is still ambiguous, xtotroff aborts.
21
23 It is possible to have whitespace between a command line option and its
24 parameter.
25
26 -rresolution
27 Set the resolution for all font patterns in FontMap. The value
28 is used for both the horizontal and vertical resolution. If not
29 specified, a resolution of 75dpi is assumed.
30
31 -spoint-size
32 Set the point size for all font patterns in FontMap. If not
33 specified, a size of 10pt is assumed.
34
35 -v Print the version number.
36
38 The only supported font encodings are `iso8859-1' and `adobe-fontspe‐
39 cific'.
40
42 gxditview(1)
43
44
45
46Groff Version 1.22.2 7 February 2013 XTOTROFF(1)