1FC-LIST(1)                                                          FC-LIST(1)
2
3
4

NAME

6       fc-list - list available fonts
7

SYNOPSIS

9       fc-list  [ -vVh ]  [ --verbose ]  [  [ -f format ]  [ --format format ]
10       ]  [ --version ]  [ --help ]
11
12        [ pattern  [ element... ]   ]
13

DESCRIPTION

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

OPTIONS

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       -V     Show version of the program and exit.
31
32       -h     Show summary of options.
33
34       pattern
35              If this argument is set, only fonts matching  pattern  are  dis‐
36              played.
37
38       element
39              If set, the element property is displayed for matching fonts.
40

EXAMPLES

42       fc-list
43              Lists all font faces.
44
45       fc-list :lang=hi
46              Lists font faces that cover Hindi.
47
48       fc-list : family style file spacing
49              Lists  the  filename and spacing value for each font face. ``:''
50              is an empty pattern that matches all fonts.
51

SEE ALSO

53       fc-match(1) FcFontList(3) FcPatternFormat(3) fc-cat(1) fc-cache(1)  fc-
54       query(1) fc-scan(1)
55
56       The  fontconfig  user's  guide, in HTML format: /usr/share/doc/fontcon‐
57       fig/fontconfig-user.html.
58

AUTHOR

60       This manual page was written by Keith Packard  <keithp@keithp.com>  and
61       Josselin Mouette <joss@debian.org>.
62
63
64
65                                 Aug 13, 2008                       FC-LIST(1)
Impressum