1FSLSFONTS(1) General Commands Manual FSLSFONTS(1)
2
3
4
6 fslsfonts - list fonts served by X font server
7
9 fslsfonts [-options ...] [-fn pattern]
10
12 fslsfonts lists the fonts that match the given pattern. The wildcard
13 character "*" may be used to match any sequence of characters (includ‐
14 ing none), and "?" to match any single character. If no pattern is
15 given, "*" is assumed.
16
17 The "*" and "?" characters must be quoted to prevent them from being
18 expanded by the shell.
19
21 -server servername
22 This option specifies the X font server to contact. servername
23 must be specified in one of the formats defined in the Font
24 Server Names section of X(7). If not specified, the server
25 name in the FONTSERVER environment variable is used.
26
27 -l Lists some attributes of the font on one line in addition to
28 its name.
29
30 -ll Lists font properties in addition to -l output.
31
32 -lll Supported for compatibility with xlsfonts, but output is the
33 same as for -ll.
34
35 -m This option indicates that long listings should also print the
36 minimum and maximum bounds of each font.
37
38 -C This option indicates that listings should use multiple col‐
39 umns. This is the same as -n 0.
40
41 -1 This option indicates that listings should use a single column.
42 This is the same as -n 1.
43
44 -w width
45 This option specifies the width in characters that should be
46 used in figuring out how many columns to print. The default is
47 79.
48
49 -n columns
50 This option specifies the number of columns to use in display‐
51 ing the output. The default is 0, which will attempt to fit as
52 many columns of font names into the number of character speci‐
53 fied by -w width.
54
55 -u This option indicates that the output should be left unsorted.
56
57 -version
58 This option prints the program version and exits.
59
61 FONTSERVER
62 To get the default fontserver. The server name must be speci‐
63 fied in one of the formats defined in the Font Server Names
64 section of X(7).
65
67 xfs(1), showfont(1), xlsfonts(1), X(7).
68
70 Doing ``fslsfonts -l'' can tie up your server for a very long time.
71 This is really a bug with single-threaded non-preemptable servers, not
72 with this program.
73
75 Dave Lemke, Network Computing Devices, Inc
76
77
78
79X Version 11 fslsfonts 1.0.5 FSLSFONTS(1)