logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fc-validate - validate font files

Author

       This manual page was updated by Akira TAGOH <akira@tagoh.org>.

                                                  Sep 10, 2012                                    FC-VALIDATE(1)

Description

fc-validate validates font-file(s) if each  fonts  satisfies  the  language  coverage  according  to  the
       orthography files in fontconfig.  If --index is given, only one face of each file is validated, otherwise
       all faces are validated.

Name

       fc-validate - validate font files

Options

       This program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below.

       -i     Only query face indexed index of each file.

       -l     Set lang as a language instead of current locale. this is used for -m.

       -v     Show more detailed information.

       -V     Show version of the program and exit.

       -h     Show summary of options.

       font-file
              Query font-file for font faces.

Return Codes

fc-validate  returns  error code 0 for successful parsing, or 1 if any errors occurred or if at least one
       font face could not be opened.

Synopsis

fc-validate [ -Vhv ]

        [   [-iindex][--indexindex]  ]  [  [-llang][--langlang]  ]  [ --verbose ]  [ --version ]
       [ --help ]  font-file...

See Also