svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
xtotroff(1)
xtotroff(1) General Commands Manual xtotroff(1)
Name
xtotroff - convert X font metrics into groff font metrics
Synopsis
xtotroff [-d destination-directory] [-r resolution] [-s type-size]
font-map
xtotroff --help
xtotroff -v
xtotroff --version
Description
xtotroff uses font-map to create groff(1) font description files from
X11 fonts. Each line in font-map consists of a series of lines of
paired groff font names and X font names as X Logical Font Description
(XLFD) patterns, with the pair members separated by spaces and/or tabs.
For example, an input font-map file consisting of the line
TB -adobe-times-bold-r-normal--*-*-*-*-p-*-iso8859-1
maps the XLFD on the right to the groff font name TB, conventionally
“Times bold”.
xtotroff opens a connection to the running X server to query its font
catalog, and aborts if it cannot. If necessary, the wildcards in the
XLFD patterns are populated with the arguments to the -r and -s op‐
tions. If a font name is still ambiguous, xtotroff aborts. For each
successful mapping, xtotroff creates a groff font description file in
the current working directory (or that specified by the -d option)
named for each groff font, and reports the mapping to the standard out‐
put stream.
Options
--help displays a usage message, while -v and --version show version
information; all exit afterward.
-d destination-directory
Write font descriptions to destination-directory rather than the
current working directory.
-r resolution
Set the resolution for all font patterns in font-map. The value
is used for both the horizontal and vertical motion quanta. If
not specified, a resolution of 75dpi is assumed.
-s type-size
Set the type size in points for all font patterns in font-map.
If not specified, a size of 10 points is assumed.
Files
/usr/share/groff/1.23.0/font/FontMap-X11
is the font mapping file used to produce the pre-generated font
description files, supplied with groff, of X11 core fonts corre‐
sponding to the 13 base Type 1 fonts for PostScript level 1.
Bugs
The only supported font encodings are “iso8859-1” and “adobe-
fontspecific”.
See also
“X Logical Font Description Conventions” ⟨https://www.x.org/releases/
X11R7.6/doc/xorg-docs/specs/XLFD/xlfd.html⟩, by Jim Flowers and Stephen
Gildea.
X(7), groff(1), gxditview(1), troff(1), groff_font(5)
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availabil‐
ity text/groff = Stability Uncommitted
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at:
https://github.com/oracle/solaris-userland
The original community source was downloaded from:
https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz
Further information about this software can be found on the open source
community website at https://www.gnu.org/software/groff.
groff 1.23.0 2 July 2023 xtotroff(1)