1FC-QUERY(1) FC-QUERY(1)
2
3
4
6 fc-query - query font files
7
9 fc-query [ -Vh ]
10
11 [ [ -b ] [ --ignore-blanks ] ] [ [ -i index ] [ --index index ]
12 ] [ [ -f format ] [ --format format ] ] [ --version ] [ --help ]
13 font-file...
14
16 fc-query queries font-file(s) using the normal fontconfig rules and
17 prints out font pattern for each face found. If --index is given, only
18 one face of each file is queried, otherwise all faces are queried.
19
21 This program follows the usual GNU command line syntax, with long op‐
22 tions starting with two dashes (`-'). A summary of options is included
23 below.
24
25 -b Ignore blanks to compute languages
26
27 -i Only query face indexed index of each file.
28
29 -f Format output according to the format specifier format.
30
31 -V Show version of the program and exit.
32
33 -h Show summary of options.
34
35 font-file
36 Query font-file for font faces.
37
39 fc-query returns error code 0 for successful parsing, or 1 if any er‐
40 rors occurred or if at least one font face could not be opened.
41
43 fc-scan(1) FcFreeTypeQuery(3) FcPatternFormat(3) fc-cat(1) fc-cache(1)
44 fc-list(1) fc-match(1) fc-pattern(1)
45
46 The fontconfig user's guide, in HTML format: /usr/share/doc/fontcon‐
47 fig/fontconfig-user.html.
48
50 This manual page was updated by Behdad Esfahbod <behdad@behdad.org>.
51
52
53
54 Aug 13, 2008 FC-QUERY(1)