Tizen 2.0 Release
[framework/graphics/fontconfig.git] / fc-match / fc-match.1
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "FC-MATCH" "1" "11 3月 2012" "" ""
7
8 .SH NAME
9 fc-match \- match available fonts
10 .SH SYNOPSIS
11
12 \fBfc-match\fR [ \fB-asvVh\fR ] [ \fB--all\fR ] [ \fB--sort\fR ] [ \fB--verbose\fR ] [ \fB-f \fIformat\fB\fR | \fB--format \fIformat\fB\fR ] [ \fB--version\fR ] [ \fB--help\fR ]
13     [ \fB\fIpattern\fB  [ \fIelement\fB\fI ...\fB ] \fR ]
14
15 .SH "DESCRIPTION"
16 .PP
17 \fBfc-match\fR matches
18 \fIpattern\fR (empty
19 pattern by default) using the normal fontconfig matching rules to find
20 the best font available.  If \fB--sort\fR is given, the sorted list of best
21 matching fonts is displayed.
22 The \fB--all\fR option works like
23 \fB--sort\fR except that no pruning is done on the list of fonts.
24 .PP
25 If any elements are specified, only those are printed.
26 Otherwise short file name, family, and style are printed, unless verbose
27 output is requested.
28 .SH "OPTIONS"
29 .PP
30 This program follows the usual GNU command line syntax,
31 with long options starting with two dashes (`-').  A summary of
32 options is included below.
33 .TP
34 \fB-a --all \fR
35 Displays sorted list of best matching fonts, but do not do any
36 pruning on the list.
37 .TP
38 \fB-s --sort \fR
39 Displays sorted list of best matching fonts.
40 .TP
41 \fB-v --verbose \fR
42 Print verbose output of the whole font pattern for each match,
43 or \fIelement\fRs if any is
44 provided.
45 .TP
46 \fB-f --format \fIformat\fB \fR
47 Format output according to the format specifier
48 \fIformat\fR\&.
49 .TP
50 \fB-V --version \fR
51 Show version of the program and exit.
52 .TP
53 \fB-h --help \fR
54 Show summary of options.
55 .TP
56 \fB\fIpattern\fB \fR
57 Displays fonts matching
58 \fIpattern\fR (uses empty pattern by default).
59 .TP
60 \fB\fIelement\fB \fR
61 If set, the \fIelement\fR property
62 is displayed for matching fonts.
63 .SH "SEE ALSO"
64 .PP
65 \fBfc-list\fR(1)
66 \fBFcFontMatch\fR(3)
67 \fBFcFontSort\fR(3)
68 \fBFcPatternFormat\fR(3)
69 \fBfc-cat\fR(1)
70 \fBfc-cache\fR(1)
71 \fBfc-pattern\fR(1)
72 \fBfc-query\fR(1)
73 \fBfc-scan\fR(1)
74 .PP
75 The fontconfig user's guide, in HTML format:
76 \fI/usr/share/doc/fontconfig/fontconfig-user.html\fR\&.
77 .SH "AUTHOR"
78 .PP
79 This manual page was updated by Patrick Lam <plam@csail.mit.edu>\&.