1FC-SCAN(1) FC-SCAN(1)
2
3
4
6 fc-scan - scan font files or directories
7
9 fc-scan [ -Vh ]
10
11 [ [ -f format ] [ --format format ] ] [ --version ] [ --help ]
12 file...
13
15 fc-scan scans file(s) recursively and prints out font pattern for each
16 face found.
17
19 This program follows the usual GNU command line syntax, with long
20 options starting with two dashes (`-'). A summary of options is
21 included below.
22
23 -f Format output according to the format specifier format.
24
25 -V Show version of the program and exit.
26
27 -h Show summary of options.
28
29 file Scan file recursively for font faces.
30
32 fc-scan returns error code 0 if at least one font was found or 1 other‐
33 wise.
34
36 fc-query(1) FcFileScan(3) FcDirScan(3) FcPatternFormat(3) fc-cat(1) fc-
37 cache(1) fc-list(1) fc-match(1)
38
39 The fontconfig user's guide, in HTML format: /usr/share/doc/fontcon‐
40 fig/fontconfig-user.html.
41
43 This manual page was updated by Behdad Esfahbod <behdad@behdad.org>.
44
45
46
47 Jan 15, 2009 FC-SCAN(1)