1FC-LIST(1) FC-LIST(1)
2
3
4
6 fc-list - list available fonts
7
9 fc-list [ -vVh ] [ --verbose ] [ [ -f format ] [ --format format ]
10 ] [ [ -q ] [ --quiet ] ] [ --version ] [ --help ]
11
12 [ pattern [ element... ] ]
13
15 fc-list lists fonts and styles available on the system for applications
16 using fontconfig. If any elements are specified, only those are
17 printed. Otherwise family and style are printed, unless verbose output
18 is requested.
19
21 This program follows the usual GNU command line syntax, with long
22 options starting with two dashes (`-'). A summary of options is
23 included below.
24
25 -v Print verbose output of the whole font pattern for each match,
26 or elements if any is provided.
27
28 -f Format output according to the format specifier format.
29
30 -q Suppress all normal output. returns 1 as the error code if no
31 fonts matched.
32
33 -V Show version of the program and exit.
34
35 -h Show summary of options.
36
37 pattern
38 If this argument is set, only fonts matching pattern are dis‐
39 played.
40
41 element
42 If set, the element property is displayed for matching fonts.
43
45 fc-list
46 Lists all font faces.
47
48 fc-list :lang=hi
49 Lists font faces that cover Hindi.
50
51 fc-list : family style file spacing
52 Lists the filename and spacing value for each font face. ``:''
53 is an empty pattern that matches all fonts.
54
56 fc-match(1) FcFontList(3) FcPatternFormat(3) fc-cat(1) fc-cache(1) fc-
57 pattern(1) fc-query(1) fc-scan(1)
58
59 The fontconfig user's guide, in HTML format: /usr/share/doc/fontcon‐
60 fig/fontconfig-user.html.
61
63 This manual page was written by Keith Packard <keithp@keithp.com> and
64 Josselin Mouette <joss@debian.org>.
65
66
67
68 Aug 13, 2008 FC-LIST(1)