1FC-VALIDATE(1) FC-VALIDATE(1)
2
3
4
6 fc-validate - validate font files
7
9 fc-validate [ -Vhv ]
10
11 [ [ -i index ] [ --index index ] ] [ [ -l lang ] [ --lang lang ]
12 ] [ --verbose ] [ --version ] [ --help ] font-file...
13
15 fc-validate validates font-file(s) if each fonts satisfies the language
16 coverage according to the orthography files in fontconfig. If --index
17 is given, only one face of each file is validated, otherwise all faces
18 are validated.
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 -i Only query face indexed index of each file.
26
27 -l Set lang as a language instead of current locale. this is used
28 for -m.
29
30 -v Show more detailed information.
31
32 -V Show version of the program and exit.
33
34 -h Show summary of options.
35
36 font-file
37 Query font-file for font faces.
38
40 fc-validate returns error code 0 for successful parsing, or 1 if any
41 errors occurred or if at least one font face could not be opened.
42
44 This manual page was updated by Akira TAGOH <akira@tagoh.org>.
45
46
47
48 Sep 10, 2012 FC-VALIDATE(1)