File: fc-list.1

package info (click to toggle)
fontconfig 2.13.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,592 kB
  • sloc: ansic: 30,881; sh: 5,358; makefile: 1,117; sed: 16
file content (61 lines) | stat: -rw-r--r-- 1,712 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.\" This manpage has been automatically generated by docbook2man 
.\" from a DocBook document.  This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
.\" Please send any bug reports, improvements, comments, patches, 
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "FC-LIST" "1" "05 June 2006" "" ""

.SH NAME
fc-list \- list available fonts
.SH SYNOPSIS

\fBfc-list\fR [ \fB-vV?\fR ] [ \fB--verbose\fR ] [ \fB--version\fR ] [ \fB--help\fR ] [ \fB\fIpattern\fB\fR ] [ \fB\fIelement\fB\fR ]

.SH "DESCRIPTION"
.PP
\fBfc-list\fR lists fonts and styles
available on the system for applications using fontconfig.
.SH "OPTIONS"
.PP
This program follows the usual GNU command line syntax,
with long options starting with two dashes (`-').  A summary of
options is included below.
.TP
\fB-v --verbose \fR
Display status information while busy.
.TP
\fB-? --help \fR
Show summary of options.
.TP
\fB-V --version \fR
Show version of the program and exit.
.TP
\fB\fIpattern\fB \fR
If this argument is set, only fonts matching
\fIpattern\fR are displayed.
.TP
\fB\fIelement\fB \fR
If set, the \fIelement\fR property
is displayed for matching fonts.
.SH "EXAMPLES"
.TP
\fBfc-list\fR
Lists all font faces.
.TP
\fBfc-list :lang=hi\fR
Lists font faces that cover Hindi.
.TP
\fBfc-list : family style file spacing \fR
Lists the filename and spacing value for each font
face.  ``:'' is an empty pattern that matches all
fonts.
.SH "SEE ALSO"
.PP
\fBfc-cache\fR (1).
.PP
The fontconfig user's guide, in HTML format:
\fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
.SH "AUTHOR"
.PP
This manual page was written by Keith Packard
<keithp@keithp.com> and Josselin Mouette <joss@debian.org>\&.