Blame fc-list/fc-list.1

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FC-LIST" "1" "Aug 13, 2008" "" ""
Packit 352660
.SH NAME
Packit 352660
fc-list \- list available fonts
Packit 352660
.SH SYNOPSIS
Packit 352660
.sp
Packit 352660
\fBfc-list\fR [ \fB-vVh\fR ]  [ \fB--verbose\fR ]  [ \fB [ -f \fIformat\fB ]  [ --format \fIformat\fB ] \fR ]  [ \fB [ -q ]  [ --quiet ] \fR ]  [ \fB--version\fR ]  [ \fB--help\fR ] 
Packit 352660
Packit 352660
 [ \fB\fIpattern\fB  [ \fIelement\fB\fI...\fB ]  \fR ] 
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
\fBfc-list\fR lists fonts and styles
Packit 352660
available on the system for applications using fontconfig.
Packit 352660
If any elements are specified, only those are printed.
Packit 352660
Otherwise family and style are printed, unless verbose
Packit 352660
output is requested.
Packit 352660
.SH "OPTIONS"
Packit 352660
.PP
Packit 352660
This program follows the usual GNU command line syntax,
Packit 352660
with long options starting with two dashes (`-'). A summary of
Packit 352660
options is included below.
Packit 352660
.TP
Packit 352660
\fB-v\fR
Packit 352660
Print verbose output of the whole font pattern for each match,
Packit 352660
or \fIelement\fRs if any is
Packit 352660
provided.
Packit 352660
.TP
Packit 352660
\fB-f\fR
Packit 352660
Format output according to the format specifier
Packit 352660
\fIformat\fR\&.
Packit 352660
.TP
Packit 352660
\fB-q\fR
Packit 352660
Suppress all normal output. returns 1 as the error code if no fonts matched.
Packit 352660
.TP
Packit 352660
\fB-V\fR
Packit 352660
Show version of the program and exit.
Packit 352660
.TP
Packit 352660
\fB-h\fR
Packit 352660
Show summary of options.
Packit 352660
.TP
Packit 352660
\fB\fIpattern\fB\fR
Packit 352660
If this argument is set, only fonts matching
Packit 352660
\fIpattern\fR are displayed.
Packit 352660
.TP
Packit 352660
\fB\fIelement\fB\fR
Packit 352660
If set, the \fIelement\fR property
Packit 352660
is displayed for matching fonts.
Packit 352660
.SH "EXAMPLES"
Packit 352660
.TP
Packit 352660
\fBfc-list\fR
Packit 352660
Lists all font faces.
Packit 352660
.TP
Packit 352660
\fBfc-list :lang=hi\fR
Packit 352660
Lists font faces that cover Hindi.
Packit 352660
.TP
Packit 352660
\fBfc-list : family style file spacing\fR
Packit 352660
Lists the filename and spacing value for each font
Packit 352660
face. ``:'' is an empty pattern that matches all
Packit 352660
fonts.
Packit 352660
.SH "SEE ALSO"
Packit 352660
.PP
Packit 352660
\fBfc-match\fR(1)
Packit 352660
\fBFcFontList\fR(3)
Packit 352660
\fBFcPatternFormat\fR(3)
Packit 352660
\fBfc-cat\fR(1)
Packit 352660
\fBfc-cache\fR(1)
Packit 352660
\fBfc-pattern\fR(1)
Packit 352660
\fBfc-query\fR(1)
Packit 352660
\fBfc-scan\fR(1)
Packit 352660
.PP
Packit 352660
The fontconfig user's guide, in HTML format:
Packit 352660
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
Packit 352660
.SH "AUTHOR"
Packit 352660
.PP
Packit 352660
This manual page was written by Keith Packard
Packit 352660
<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&.