tizen 2.3.1 release
[framework/uifw/xorg/util/x11-utils.git] / xlsfonts / xlsfonts.man
1 .\" -*- coding: us-ascii -*-
2 .TH xlsfonts __appmansuffix__ __xorgversion__
3 .SH NAME
4 xlsfonts \- server font list displayer for X
5 .SH SYNOPSIS
6 .ad l
7 \fBxlsfonts\fR
8 [\fB\-display \fBhost:dpy\fR\fR] [\fB\-l\fR] [\fB\-ll\fR] [\fB\-lll\fR] [\fB\-m\fR] [\fB\-C\fR] [\fB\-1\fR] [\fB\-w \fBwidth\fR\fR] [\fB\-n \fBcolumns\fR\fR] [\fB\-u\fR] [\fB\-o\fR] [\fB\-fn \fBpattern\fR\fR]
9 .SH DESCRIPTION
10 xlsfonts lists the fonts that match the given pattern.
11 The wildcard character "*" may be used to match any sequence of characters
12 (including none), and "?" to match any single character.
13 If no pattern is given, "*" is assumed.
14 .PP
15 The "*" and "?" characters must be quoted to prevent them from being expanded by the shell.
16 .SH OPTIONS
17 .TP 
18 \fB\-display \fIhost:dpy\fB\fR 
19 This option specifies the X server to contact.
20 .TP 
21 \fB\-d \fIhost:dpy\fB\fR 
22 Same as \fB\-display \fIhost:dpy\fB\fR.
23 .TP 
24 \fB\-l\fR 
25 Lists some attributes of the font on one line in addition
26 to its name.
27 .TP 
28 \fB\-ll\fR 
29 Lists font properties in addition to \fB\-l\fR output.
30 .TP 
31 \fB\-lll\fR 
32 Lists character metrics in addition to \fB\-ll\fR output.
33 .TP 
34 \fB\-m\fR 
35 This option indicates that long listings should also print
36 the minimum and maximum bounds of each font.
37 .TP 
38 \fB\-C\fR 
39 This option indicates that listings should use multiple columns.
40 This is the same as \fB\-n 0\fR.
41 .TP 
42 \fB\-1\fR 
43 This option indicates that listings should use a single column.
44 This is the same as \fB\-n 1\fR.
45 .TP 
46 \fB\-w \fIwidth\fB\fR 
47 This option specifies the width in characters that should be
48 used in figuring out how many columns to print.
49 The default is 79.
50 .TP 
51 \fB\-n \fIcolumns\fB\fR 
52 This option specifies the number of columns to use in
53 displaying the output. By default, it will attempt to
54 fit as many columns of font names into the number of
55 character specified by \fB\-w\fR width.
56 .TP 
57 \fB\-u\fR 
58 This option indicates that the output should be left unsorted.
59 .TP 
60 \fB\-o\fR 
61 This option indicates that xlsfonts should do an OpenFont
62 (and QueryFont, if appropriate) rather than a ListFonts.
63 This is useful if ListFonts or ListFontsWithInfo fail to
64 list a known font (as is the case with some scaled font
65 systems).
66 .TP 
67 \fB\-fn \fIpattern\fB\fR 
68 This option specifies the font name pattern to match.
69 .SH "SEE ALSO"
70 \fBX\fR(__miscmansuffix__), \fBXserver\fR(__appmansuffix__), \fBxset\fR(__appmansuffix__), \fBxfd\fR(__appmansuffix__), X Logical Font Description Conventions
71 .SH ENVIRONMENT
72 .TP 
73 \fBDISPLAY\fR 
74 \fBDISPLAY\fR must be set to get the default host and display to use.
75 .SH BUGS
76 Doing ``xlsfonts -l'' can tie up your server for a very long time. 
77 This is really a bug with single-threaded
78 non-preemptable servers, not with this program.
79 .SH AUTHOR
80
81 Mark Lillibridge
82 .PP
83 Jim Fulton
84 .PP
85 Phil Karlton
86 .PP
87 Roland Mainz
88