NAME

xlsfonts - server font list displayer for X

SYNOPSIS

xxllssffoonnttss [--ddiissppllaayy hhoosstt::ddppyy] [--ll] [--llll] [--llllll] [--mm] [--CC] [--11] [--ww wwiiddtthh] [--nn ccoolluummnnss] [--uu] [--oo] [--ffnn ppaatttteerrnn]
xxllssffoonnttss --pprriinntteerr pprriinntteerrnnaammee [--ll] [--llll] [--llllll] [--mm] [--CC] [--11] [--ww wwiiddtthh] [--nn ccoolluummnnss] [--uu] [--oo] [--rr rreessoolluuttiioonn] [--bb] [--BB] [--gg] [--GG] [--xx mmooddee] [--XX mmooddee] [--ffnn ppaatttteerrnn]

DESCRIPTION

xlsfonts lists the fonts that match the given pattern. The wildcard character "*" may be used to match any sequence of characters (including none), and "?" to match any single character. If no pattern is given, "*" is assumed.

The "*" and "?" characters must be quoted to prevent them from being expanded by the shell.

OPTIONS

--ddiissppllaayy _h_o_s_t_:_d_p_y
This option specifies the X server to contact.
--pprriinntteerr _p_r_i_n_t_e_r_n_a_m_e
This option specifies the Xprint printer to contact.
--dd _h_o_s_t_:_d_p_y
Same as --ddiissppllaayy _h_o_s_t_:_d_p_y.
--pp _p_r_i_n_t_e_r_n_a_m_e
Same as --pprriinntteerr _p_r_i_n_t_e_r_n_a_m_e.
--ll
Lists some attributes of the font on one line in addition to its name.
--llll
Lists font properties in addition to --ll output.
--llllll
Lists character metrics in addition to --llll output.
--mm
This option indicates that long listings should also print the minimum and maximum bounds of each font.
--CC
This option indicates that listings should use multiple columns. This is the same as --nn 00.
--11
This option indicates that listings should use a single column. This is the same as --nn 11.
--ww _w_i_d_t_h
This option specifies the width in characters that should be used in figuring out how many columns to print. The default is 79.
--nn _c_o_l_u_m_n_s
This option specifies the number of columns to use in displaying the output. By default, it will attempt to fit as many columns of font names into the number of character specified by --ww width.
--uu
This option indicates that the output should be left unsorted.
--oo
This option indicates that xlsfonts should do an OpenFont (and QueryFont, if appropriate) rather than a ListFonts. This is useful if ListFonts or ListFontsWithInfo fail to list a known font (as is the case with some scaled font systems).
--rr _r_e_s_o_l_u_t_i_o_n_n_a_m_e
Set print resolution name (usually values like 330000ddppii or 330000xx660000, see output of xplsprinters). This may alter the output of xlsfonts if there are printer fonts which get enabled/disabled on per-resolution basis by the DDX.

(printer mode only)

--bb
List printer builtin fonts. This is the same as --xx xxpp--lliisstt--iinntteerrnnaall--pprriinntteerr--ffoonnttss.

(printer mode only)

--BB
Do not list printer builtin fonts. This is the same as --XX xxpp--lliisstt--iinntteerrnnaall--pprriinntteerr--ffoonnttss.

(printer mode only)

--gg
List glyph fonts. This is the same as --xx xxpp--lliisstt--ggllyypphh--ffoonnttss.

(printer mode only)

--GG
Do not list glyph fonts. This is the same as --XX xxpp--lliisstt--ggllyypphh--ffoonnttss.

(printer mode only)

--xx _m_o_d_e
Enable listfont mode _m_o_d_e.

Supported modes are:

xp-listinternal-printer-fonts
If xxpp--lliissttiinntteerrnnaall--pprriinntteerr--ffoonnttss was set (via option --bb or --xx xxpp--lliissttiinntteerrnnaall--pprriinntteerr--ffoonnttss xlsfonts will include all of the fonts defined as internal printer fonts.
xp-list-glyph-fonts
If xxpp--lliisstt--ggllyypphh--ffoonnttss was set (via option --gg or --xx xxpp--lliisstt--ggllyypphh--ffoonnttss) xlsfonts will include all of the fonts available to the server which have glyphs associated with them.

The default value is implicitly determined by the ddx driver to be the all of the listfonts modes specified in the xxpp--lliissttffoonnttss--mmooddeess--ssuuppppoorrtteedd printer attribute.

The value of xxpp--lliissttffoonnttss--mmooddeess--ssuuppppoorrtteedd and xxpp--lliissttffoonnttss--mmooddeess (the defaults) can be looked-up via xxppllsspprriinntteerrss(1).

(printer mode only)

--XX _m_o_d_e
Disable listfont mode _m_o_d_e. See option --xx for a list of valid _m_o_d_e values.

(printer mode only)

--ffnn _p_a_t_t_e_r_n
This option specifies the font name pattern to match.

SEE ALSO

XX(7), XXpprriinntt(7), XXsseerrvveerr(1), xxsseett(1), xxffdd(1), xxppllsspprriinntteerrss(1), X Logical Font Description Conventions

ENVIRONMENT

DDIISSPPLLAAYY
DDIISSPPLLAAYY must be set to get the default host and display to use.
XXPPSSEERRVVEERRLLIISSTT
XXPPSSEERRVVEERRLLIISSTT must be set for the --pprriinntteerr option identifying the available Xprint servers. See XXpprriinntt(7) for more details.

BUGS

Doing ``xlsfonts -l'' can tie up your server for a very long time. This is really a bug with single-threaded non-preemptable servers, not with this program.

AUTHOR

Mark Lillibridge

Jim Fulton

Phil Karlton

Roland Mainz