Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / fc-validate / fc-validate.1
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FC-VALIDATE" "1" "Sep 10, 2012" "" ""
3 .SH NAME
4 fc-validate \- validate font files
5 .SH SYNOPSIS
6 .sp
7 \fBfc-validate\fR [ \fB-Vhv\fR ] 
8
9  [ \fB [ -i \fIindex\fB ]  [ --index \fIindex\fB ] \fR ]  [ \fB [ -l \fIlang\fB ]  [ --lang \fIlang\fB ] \fR ]  [ \fB--verbose\fR ]  [ \fB--version\fR ]  [ \fB--help\fR ]  \fB\fIfont-file\fB\fR\fI...\fR
10 .SH "DESCRIPTION"
11 .PP
12 \fBfc-validate\fR validates
13 \fIfont-file\fR(s) if each fonts satisfies
14 the language coverage according to the orthography files in fontconfig.
15 If \fB--index\fR is given, only one face of each file is
16 validated, otherwise all faces are validated.
17 .SH "OPTIONS"
18 .PP
19 This program follows the usual GNU command line syntax,
20 with long options starting with two dashes (`-'). A summary of
21 options is included below.
22 .TP
23 \fB-i\fR
24 Only query face indexed \fIindex\fR of
25 each file.
26 .TP
27 \fB-l\fR
28 Set \fIlang\fR as a language instead of current locale. this is used for \fB-m\fR\&.
29 .TP
30 \fB-v\fR
31 Show more detailed information.
32 .TP
33 \fB-V\fR
34 Show version of the program and exit.
35 .TP
36 \fB-h\fR
37 Show summary of options.
38 .TP
39 \fB\fIfont-file\fB\fR
40 Query \fIfont-file\fR for font faces.
41 .SH "RETURN CODES"
42 .PP
43 \fBfc-validate\fR returns error code 0 for successful parsing,
44 or 1 if any errors occurred or if at least one font face could not be opened.
45 .SH "AUTHOR"
46 .PP
47 This manual page was updated by Akira TAGOH <akira@tagoh.org>\&.