1FC-PATTERN(1) FC-PATTERN(1)
2
3
4
6 fc-pattern - parse and show pattern
7
9 fc-pattern [ -cdVh ] [ --config ] [ --default ] [ [ -f format ] [
10 --format format ] ] [ --version ] [ --help ]
11
12 [ pattern [ element... ] ]
13
15 fc-pattern parses pattern (empty pattern by default) and shows the
16 parsed result. If --config is given, config substitution is performed
17 on the pattern before being displayed. If --default is given, default
18 substitution is performed on the pattern before being displayed.
19
20 If any elements are specified, only those are printed.
21
23 This program follows the usual GNU command line syntax, with long
24 options starting with two dashes (`-'). A summary of options is
25 included below.
26
27 -c Perform config substitution on pattern.
28
29 -d Perform default substitution on pattern.
30
31 -f Format output according to the format specifier format.
32
33 -V Show version of the program and exit.
34
35 -h Show summary of options.
36
37 pattern
38 Parses and displays pattern (uses empty pattern by default).
39
40 element
41 If set, the element property is displayed for parsed pattern.
42
44 FcNameParse(3) FcConfigSubstitute(3) FcDefaultSubstitute(3) FcPattern‐
45 Print(3) FcPatternFormat(3) fc-cat(1) fc-cache(1) fc-list(1) fc-
46 match(1) fc-query(1) fc-scan(1)
47
48 The fontconfig user's guide, in HTML format: /usr/share/doc/fontcon‐
49 fig/fontconfig-user.html.
50
52 This manual page was updated by Behdad Esfahbod <behdad@behdad.org>.
53
54
55
56 Apr 20, 2010 FC-PATTERN(1)