DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
X Version 11 (Release 6.1)

fslsfonts(X1M)


fslsfonts -- list fonts served by X font server

Synopsis

fslsfonts [-1] [-C] [-l[l[l]]] [-m] [-n] [-server host:port] [-u] [-w width] [-fn pattern]

Description

fslsfonts contacts the X font server to obtain a list of the fonts that match the given pattern. The wildcard character (*) may be used to match any sequence of characters (including none), and ``?'' may be used to match any single character. If no pattern is given, ``*'' is assumed.

Options


-1 (one)
indicates that listings should use a single column. This is the same as -n 1.

-C
indicates that listings should use multiple columns. This is the same as -n 0.

-l
Lists some attributes of the font on one line in addition to its name.

-ll
Lists font properties in addition to -l output.

-lll
Supported for compatibility with xlsfonts, but output is the same as for the -ll option.

-m
indicates that long listings should also print the minimum and maximum bounds of each font.

-n columns
specifies the number of columns to use in displaying the output. The default is 0, which will attempt to fit as many columns of font names into the number of character specified by -w width.

-server host:port
specifies the X font server to contact. host specifies the host machine name where the X font server is running and port is set to 7000 by default.

-u
indicates that the output should be left unsorted.

-w width
specifies the width in characters that should be used in figuring out how many columns to print. The default is 79.

-fn pattern
specifies the font name. The wildcard character (*) may be used to match any sequence of characters (including none), and ``?'' to match any single character. If the -fn option is not specified, ``*'' is assumed. The ``*'' and ``?'' characters must be quoted to prevent them from being expanded by the shell.

Environment variables


FONTSERVER
can be specified in place of the -server option to specify the X font server to contact.

Warnings

fslsfonts -l can tie up your server for a very long time. This is limitation of single-threaded non-preemptable servers.

References

xfs(X1M), fsinfo(X1M), showfont(X1M), xlsfonts(X1).


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004