1FC-LIST(1) FC-LIST(1)
2
3
4
6 fc-list - list available fonts
7
9 fc-list [ -vV? ] [ --verbose ] [ --version ] [ --help ] [ pattern ] [
10 element ]
11
12
14 fc-list lists fonts and styles available on the system for applications
15 using fontconfig.
16
18 This program follows the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below.
21
22 -v --verbose
23 Display status information while busy.
24
25 -? --help
26 Show summary of options.
27
28 -V --version
29 Show version of the program and exit.
30
31 pattern
32 If this argument is set, only fonts matching pattern are dis‐
33 played.
34
35 element
36 If set, the element property is displayed for matching fonts.
37
39 fc-list
40 Lists all font faces.
41
42 fc-list :lang=hi
43 Lists font faces that cover Hindi.
44
45 fc-list : family style file spacing
46 Lists the filename and spacing value for each font face. ``:''
47 is an empty pattern that matches all fonts.
48
50 fc-cache (1).
51
52 The fontconfig user's guide, in HTML format: /usr/share/doc/fontcon‐
53 fig/fontconfig-user.html.
54
56 This manual page was written by Keith Packard <keithp@keithp.com> and
57 Josselin Mouette <joss@debian.org>.
58
59
60
61 11 May 2007 FC-LIST(1)