.\"$SCCSID( @(#)fslsfonts.man 1.1 AIX ) Modified: 20:48:43 7/16/92 .\"$NCDId: @(#)fslsfonts.man,v 4.2 1991/06/27 18:32:07 lemke Exp $ .TH FSLSFONTS 1 "Release 5" "X Version 11" .SH NAME fslsfonts - server font list displayer for X font server .SH SYNOPSIS .B fslsfonts [-options ...] [-fn pattern] .SH DESCRIPTION .I Fslsfonts lists the fonts that match the given \fIpattern\fP. 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. .PP The "*" and "?" characters must be quoted to prevent them from being expanded by the shell. .SH "OPTIONS" .PP .TP 8 .B \-server \fIhost\fP:\fIport\fP This option specifies the X font server to contact. .PP .TP 8 .B \-l[l[l]] This option indicates that medium, long, and very long listings, respectively, should be generated for each font. .TP 8 .B \-m This option indicates that long listings should also print the minimum and maximum bounds of each font. .TP 8 .B \-C This option indicates that listings should use multiple columns. This is the same as \fB-n 0\fP. .TP 8 .B \-1 This option indicates that listings should use a single column. This is the same as \fB-n 1\fP. .TP 8 .B \-w \fIwidth\fP This option specifies the width in characters that should be used in figuring out how many columns to print. The default is 79. .TP 8 .B \-n \fIcolumns\fP 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 \fB-w \fIwidth\fR. .TP 8 .B \-u This option indicates that the output should be left unsorted. .PP .SH "SEE ALSO" fs(1), showfont(1), xlsfonts(1) .SH ENVIRONMENT .TP 8 .B FONTSERVER to get the default host and port to use. .SH BUGS Doing ``fslsfonts -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. .SH COPYRIGHT Copyright 1991, Network Computing Devices, Inc .br See \fIX(1)\fP for a full statement of rights and permissions. .SH AUTHOR Dave Lemke, Network Computing Devices, Inc